From 0537824a1a76c49ae5768698169e25abcdfca47e Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Tue, 8 May 2018 00:08:18 +0200 Subject: [PATCH] chore: add Documentation GitHub issue template --- .github/ISSUE_TEMPLATE/3-documentation.md | 31 +++++++++++++++++++ .../{3-maintainance.md => 4-maintainance.md} | 0 2 files changed, 31 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/3-documentation.md rename .github/ISSUE_TEMPLATE/{3-maintainance.md => 4-maintainance.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/3-documentation.md b/.github/ISSUE_TEMPLATE/3-documentation.md new file mode 100644 index 000000000..8b2b2f0c1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3-documentation.md @@ -0,0 +1,31 @@ +--- +name: "\U0001F4D6 Documentation" +about: Typo mistakes, gaps or inconsistencies in docs or website + +--- + + + + + + + + +## Description + + +## Possible Solution + + +## Checklist (all required): + + +- [ ] I have read and follow the CONTRIBUTING.md document. +- [ ] There are no other issues similar to this one. +- [ ] The issue title is descriptive. +- [ ] The template is correctly filled. + + + + + diff --git a/.github/ISSUE_TEMPLATE/3-maintainance.md b/.github/ISSUE_TEMPLATE/4-maintainance.md similarity index 100% rename from .github/ISSUE_TEMPLATE/3-maintainance.md rename to .github/ISSUE_TEMPLATE/4-maintainance.md -- 2.47.2