From c18efa7252cf9af1d096759076934073f9c8709a Mon Sep 17 00:00:00 2001 From: lunaticwhat Date: Mon, 25 Apr 2022 21:25:35 +0700 Subject: [PATCH] issue and pr template updated. --- .github/ISSUE_TEMPLATE/a_issue_report.md | 6 ++++-- .github/ISSUE_TEMPLATE/b_bug_report.md | 5 +++-- .github/PULL_REQUEST_TEMPLATE.md | 3 ++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/a_issue_report.md b/.github/ISSUE_TEMPLATE/a_issue_report.md index d858a040c..9cc1b246e 100644 --- a/.github/ISSUE_TEMPLATE/a_issue_report.md +++ b/.github/ISSUE_TEMPLATE/a_issue_report.md @@ -6,12 +6,14 @@ labels: 'help wanted, question' assignees: '' --- +**Did you look for other closed issues that have the same problem?** + **Describe the issue** -**Which build did you use?** - +**Which branch did you use?** + **Screenshots** diff --git a/.github/ISSUE_TEMPLATE/b_bug_report.md b/.github/ISSUE_TEMPLATE/b_bug_report.md index d26b36c1d..8805c4ba4 100644 --- a/.github/ISSUE_TEMPLATE/b_bug_report.md +++ b/.github/ISSUE_TEMPLATE/b_bug_report.md @@ -6,12 +6,13 @@ labels: 'bug' assignees: '' --- + **Describe the bug** -**Which build did you use?** - +**Which branch did you use?** + **Screenshots** diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 90426db9a..faccaf990 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,7 +4,7 @@ Please carefully read the [Contributing note](https://github.com/Grasscutters/Gr And, **Do not make a pull request to merge into stable unless it is a hotfix. Use the development branch instead.** ## Issues fixed by this PR - + ## Type of changes @@ -17,5 +17,6 @@ And, **Do not make a pull request to merge into stable unless it is a hotfix. Us ## Checklist: - [ ] My code follows the style guidelines of this project +- [ ] My pull request is unique and no other pull requests have been opened for these changes - [ ] I have read the [Contributing note](https://github.com/Grasscutters/Grasscutter/blob/stable/CONTRIBUTING.md) and [Code of conduct](https://github.com/Grasscutters/Grasscutter/blob/development/CODE_OF_CONDUCT.md) - [ ] I am responsible for any copyright issues with my code if it occurs in the future. \ No newline at end of file