From 178d876f8dd44d2e8a9f1aa6cb1b1be837c9098a Mon Sep 17 00:00:00 2001 From: vcaesar Date: Wed, 26 Sep 2018 13:12:43 -0400 Subject: [PATCH] update issue template --- .github/issue_template.md | 1 + .github/pull_request_template.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index f818d33..1adbeed 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -9,6 +9,7 @@ - Go version: - Gcc version: - Operating system and bit: +- Resolution: - Can you reproduce the bug at [Examples](https://github.com/go-vgo/robotgo/blob/master/examples/main.go): - [ ] Yes (provide example code) - [ ] No diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1a6bb3e..b8215de 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,7 +2,7 @@ The pull request will be closed without any reasons if it does not satisfy any o 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) +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.