From 247a38a788d0ae9d2e9263ed3c1fde9bc109eed3 Mon Sep 17 00:00:00 2001 From: vCaesar Date: Wed, 4 Jan 2017 17:37:43 +0800 Subject: [PATCH] Update Guidelines --- .github/issue_template.md | 2 +- .github/pull_request_template.md | 3 ++- CONTRIBUTING.md | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index 26d0d5d..69e6205 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,5 +1,5 @@ 1. Please speak English, this is the language everybody of us can speak and write. -2. Please ask questions or config/deploy problems on our Gitter channel: https://gitter.im/go-vgo/robotgo ,Not yet supported now. +2. Please ask questions or config/deploy problems on our Gitter channel: https://gitter.im/go-vgo/robotgo,Not yet supported now. 3. Please take a moment to search that an issue doesn't already exist. 4. Please give all relevant information below for bug reports, incomplete details will be handled as an invalid report. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6fb10cf..718a14b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,10 +1,11 @@ The pull request will be closed without any reasons if it does not satisfy any of following requirements: 1. Make sure you are targeting the `master` branch, pull requests on release branches are only allowed for bug fixes. -2. Please read contributing guidelines: https://github.com/go-vgo/robotgo/blob/master/CONTRIBUTING.md +2. Please read contributing guidelines: [CONTRIBUTING](https://github.com/go-vgo/robotgo/blob/master/CONTRIBUTING.md) 3. Describe what your pull request does and which issue you're targeting (if any and Please use English) 4. ... if it is not related to any particular issues, explain why we should not reject your pull request. 5. The Commits must use English, must be test and No useless submissions. + **You MUST delete the content above including this line before posting, otherwise your pull request will be invalid.** **Please provide Issues links to:** diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index acbe4ae..8cf8f85 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ ## Introduction -This document explains how to contribute changes to the Robotgo project. It assumes you have followed the README.md and [API Document](https://github.com/go-vgo/robotgo/blob/master/doc.md). . +This document explains how to contribute changes to the Robotgo project. It assumes you have followed the README.md and [API Document](https://github.com/go-vgo/robotgo/blob/master/doc.md). ## Bug reports @@ -46,7 +46,7 @@ Since Robotgo is a pure community organization without any company support,Copyr ## Versions -Robotgo has the `master` branch as a tip branch and has version branches such as `v0.30.0`. `v0.40.0` is a release branch and we will tag `v0.40.0` for binary download. If `v0.40.0` has bugs, we will accept pull requests on the `v0.9` branch and publish a `v0.9.1` tag, after bringing the bug fix also to the master branch. +Robotgo has the `master` branch as a tip branch and has version branches such as `v0.30.0`. `v0.40.0` is a release branch and we will tag `v0.40.0` for binary download. If `v0.40.0` has bugs, we will accept pull requests on the `v0.40.0` branch and publish a `v0.40.1` tag, after bringing the bug fix also to the master branch. Since the `master` branch is a tip version, if you wish to use Robotgo in production, please download the latest release tag version. All the branches will be protected via GitHub, all the PRs to every branch must be reviewed by two maintainers and must pass the automatic tests.