chore: add pull request template (#44)

This commit is contained in:
E99p1ant
2021-12-24 20:21:05 +08:00
committed by GitHub
parent f298901b17
commit b88bcd9113
+11
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 reviewed my own code.
- [ ] All new and existing tests passed.