From: Nicolas Coden Date: Sat, 16 Jun 2018 08:16:27 +0000 (+0200) Subject: Use pull request #11246 from zurb/chore/multiple-issue-templates-11241 for v6.5.0 X-Git-Tag: v6.5.0-rc.1^2~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37c5c64e71d87dfbee33f6ad2a0c87c3ba93d0c7;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Use pull request #11246 from zurb/chore/multiple-issue-templates-11241 for v6.5.0 73865b8f7 chore: add multiple issue templates f4195bd62 chore: ensure GitHub issue templates are in the right order 0537824a1 chore: add Documentation GitHub issue template 08d58b85d chore: fix typo in GitHub templates Signed-off-by: Nicolas Coden --- diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.md b/.github/ISSUE_TEMPLATE/1-bug-report.md new file mode 100644 index 000000000..615eaff36 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-bug-report.md @@ -0,0 +1,60 @@ +--- +name: "\U0001F41B Bug Report" +about: Something is broken or doesn't work as expected + +--- + + + + + + + + +## What should happen? + + +## What happens instead? + + +## Possible Solution + + + +## Test Case and/or Steps to Reproduce + + + +Test Case: + + + +How to reproduce: +1. +2. +3. + +## Context + + + + +## Your Environment + + +- Foundation version(s) used: +- Browser(s) name and version(s): +- Operating System and version (desktop or mobile): + +## 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/2-feature-request.md b/.github/ISSUE_TEMPLATE/2-feature-request.md new file mode 100644 index 000000000..3c2c798f1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-feature-request.md @@ -0,0 +1,48 @@ +--- +name: "✨ Feature Request" +about: Something is missing or could be improved + +--- + + + + + + + + +## What is missing? + + +## Why is it important? + + + +## Possible Solution + + + +## Context + + + + +## Your Environment + + +- Foundation version(s) used: +- Browser(s) name and version(s): +- Operating System and version (desktop or mobile): + +## 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-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/4-maintainance.md b/.github/ISSUE_TEMPLATE/4-maintainance.md new file mode 100644 index 000000000..1f8b33eed --- /dev/null +++ b/.github/ISSUE_TEMPLATE/4-maintainance.md @@ -0,0 +1,30 @@ +--- +name: "\U0001F4BB Maintainance" +about: Tests, dependencies, workflow... + +--- + + + + + + + + +## 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. + + + + +