From d9a01c051145f3de9200a70a7f17d1b9ea598166 Mon Sep 17 00:00:00 2001 From: vcaesar Date: Fri, 3 Jan 2020 13:15:22 -0400 Subject: [PATCH] Update issue and pull request template --- .github/issue_template.md | 2 +- .github/pull_request_template.md | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index 65a4b9e..09f368c 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 take a moment to search that an issue **doesn't already exist**. +2. Please take a moment to **search** that an issue **doesn't already exist**. 3. Please make sure `Golang, GCC` is installed correctly before installing RobotGo. 4. Please ask questions or config/deploy problems on our Gitter channel: https://gitter.im/go-vgo/robotgo 5. 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 b8215de..b6fa0cf 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: [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. +2. Add new features, please provide the reasons and test code. +3. Please read contributing guidelines: [CONTRIBUTING](https://github.com/go-vgo/robotgo/blob/master/CONTRIBUTING.md) +4. Describe what your pull request does and which issue you're targeting (if any and **Please use English**) +5. ... if it is not related to any particular issues, explain why we should not reject your pull request. +6. 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.**