diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..3ba13e0ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..c57dcf0fd --- /dev/null +++ b/.github/pull_request_template.md @@ -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) +