aboutsummaryrefslogtreecommitdiff
path: root/.github/pull_request_template.md
blob: 180d97c86382096a0ac3bab7e331c3373c6efe0b (plain)
1
2
3
4
5
6
7
8
9
10
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.