github: refurbish issue and pull request templates (#6664)

This commit is contained in:
Joe Chen
2021-12-17 18:13:21 +08:00
committed by GitHub
parent 6f2b7fb853
commit 55070da239
10 changed files with 183 additions and 120 deletions

11
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1,11 @@
### Describe the pull request
A clear and concise description of what the pull request is about, i.e. what problem should be fixed?
Link to the issue: <!-- paste the issue link here, or put "n/a" if not applicable -->
### Checklist
- [ ] I agree to follow the [Code of Conduct](https://go.dev/conduct) by submitting this pull request.
- [ ] I have read and acknowledge the [Contributing guide](https://github.com/gogs/gogs/blob/main/.github/contributing.md).
- [ ] I have added test cases to cover the new code.