From 293c5bcfb2e58fdaeb658d9bc7e81685fb48b789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Wed, 17 Feb 2021 21:12:04 -0800 Subject: [PATCH] Add pull-request template --- .github/ISSUE_TEMPLATE/config.yml | 1 + .github/pull_request_template.md | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/pull_request_template.md 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) +