Issue templates

This commit is contained in:
Roey Darwish Dror
2020-02-19 20:56:54 +02:00
parent 71ca9626f0
commit fa2ec7fb18
3 changed files with 53 additions and 0 deletions

12
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,12 @@
## Standards checklist:
- [ ] The PR title is descriptive.
- [ ] The code compiles
- [ ] The code passes rustfmt
- [ ] The code passes clippy
- [ ] The code passes tests
- [ ] *Optional:* I have tested the code myself
- [ ] I also tested that Topgrade skips the step where needed
If you developed a feature or a bug fix for someone else and you do not have the
means to test it, please tag this person here.