From 4b80f83fd3431a7327c3a3f897356f01f91f921d Mon Sep 17 00:00:00 2001 From: squidfunk Date: Mon, 16 Sep 2019 10:39:34 +0200 Subject: [PATCH] Documentation --- .github/ISSUE_TEMPLATE/bug.md | 4 ++-- .github/ISSUE_TEMPLATE/feature.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 143b71268..b6632ba76 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -13,12 +13,12 @@ about: Report a bug Why? Because the maintainers of this project are wasting a lot of time answering questions that are not directly related to this project. + + Make sure that your request fulfills all of the following requirements. --> __I checked that...__ - - - [ ] ... the documentation does not mention anything about my problem - [ ] ... the problem doesn't occur with the default MkDocs template - [ ] ... the problem is not in any of my customizations (CSS, JS, template) diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index 20e53155a..0078ecdcd 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -13,12 +13,12 @@ about: Suggest an idea Why? Because the maintainers of this project are wasting a lot of time answering questions that are not directly related to this project. + + Make sure that your request fulfills all of the following requirements --> __I checked that...__ - - - [ ] ... the documentation does not mention anything about my idea - [ ] ... to my best knowledge, my idea wouldn't break something for other users - [ ] ... there are no open or closed issues that are related to my idea