From: Nicolas Coden Date: Mon, 7 May 2018 22:08:18 +0000 (+0200) Subject: chore: add Documentation GitHub issue template X-Git-Tag: v6.6.0~3^2~196^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0537824a1;p=thirdparty%2Ffoundation%2Ffoundation-sites.git chore: add Documentation GitHub issue template --- 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