Add pull-request template

This commit is contained in:
Frédéric Guillot 2021-02-17 21:12:04 -08:00
parent c1edd5b682
commit 293c5bcfb2
2 changed files with 8 additions and 0 deletions

1
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1 @@
blank_issues_enabled: false

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

@ -0,0 +1,7 @@
Do you follow the guidelines?
- [ ] I have tested my changes
- [ ] There is no breaking change
- [ ] There is no regression
- [ ] I follow existing [coding style](https://docs.kanboard.org/en/latest/developer_guide/coding_standards.html)