From 73865b8f7880865d98d587b7e52e1c26e759bd2b Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Mon, 7 May 2018 23:49:13 +0200 Subject: [PATCH] chore: add multiple issue templates Closes https://github.com/zurb/foundation-sites/issues/11241 --- .github/ISSUE_TEMPLATE/Bug_report.md | 60 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/Custom.md | 30 ++++++++++++ .github/ISSUE_TEMPLATE/Feature_request.md | 48 ++++++++++++++++++ 3 files changed, 138 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/Custom.md create mode 100644 .github/ISSUE_TEMPLATE/Feature_request.md diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md new file mode 100644 index 000000000..38581e834 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/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 happends 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/Custom.md b/.github/ISSUE_TEMPLATE/Custom.md new file mode 100644 index 000000000..7ef12aa28 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Custom.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. + + + + + diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md new file mode 100644 index 000000000..b937765ff --- /dev/null +++ b/.github/ISSUE_TEMPLATE/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. + + + + + -- 2.47.2