From 42edd357bc5622b56f93b658a270ecb6918a0137 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Wed, 17 Feb 2021 20:54:39 -0800 Subject: [PATCH] Add pull-request template --- .github/ISSUE_TEMPLATE/config.yml | 1 + .github/pull_request_template.md | 4 ++++ 2 files changed, 5 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 00000000..3ba13e0c --- /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 00000000..752de9b5 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,4 @@ +Do you follow the guidelines? + +- [ ] I have tested my changes +- [ ] I read this document: https://miniflux.app/faq.html#pull-request