]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Use pull request #11246 from zurb/chore/multiple-issue-templates-11241 for v6.5.0
authorNicolas Coden <nicolas@ncoden.fr>
Sat, 16 Jun 2018 08:16:27 +0000 (10:16 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Sat, 16 Jun 2018 21:02:24 +0000 (23:02 +0200)
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 <nicolas@ncoden.fr>
.github/ISSUE_TEMPLATE/1-bug-report.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/2-feature-request.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/3-documentation.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/4-maintainance.md [new file with mode: 0644]

diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.md b/.github/ISSUE_TEMPLATE/1-bug-report.md
new file mode 100644 (file)
index 0000000..615eaff
--- /dev/null
@@ -0,0 +1,60 @@
+---\r
+name: "\U0001F41B Bug Report"\r
+about: Something is broken or doesn't work as expected\r
+\r
+---\r
+\r
+<!--- --------------------------------------------------------------------- -->\r
+<!---                 Please fill the following template                    -->\r
+<!---                 Your issue may be ignored otherwise                   -->\r
+<!--- --------------------------------------------------------------------- -->\r
+<!---  Only submit bug reports here. For help or questions to the community -->\r
+<!---  see the forum: https://foundation.zurb.com/forum                     -->\r
+\r
+## What should happen?\r
+\r
+\r
+## What happens instead?\r
+\r
+\r
+## Possible Solution\r
+<!--- Not obligatory, but suggest a fix/reason for the bug,                 -->\r
+<!--- or ideas how to implement the addition or change.                     -->\r
+\r
+## Test Case and/or Steps to Reproduce\r
+<!--- We highly recommend you to provide a live example of your bug so we   -->\r
+<!--- can reproduce it. You can create a test case with the last Foundation -->\r
+<!--- version by forking https://codepen.io/ncoden/pen/YLzjeq               -->\r
+Test Case:\r
+\r
+<!--- If you cannot provide a test case, provide an unambiguous set of      -->\r
+<!--- steps to reproduce, with your code and configuration.                 -->\r
+How to reproduce:\r
+1.\r
+2.\r
+3.\r
+\r
+## Context\r
+<!--- How has this issue affected you? What are you trying to accomplish?   -->\r
+<!--- Providing context helps us come up with a solution that is most       -->\r
+<!--- useful in the real world                                              -->\r
+\r
+## Your Environment\r
+<!--- Include as many relevant details about the context and environment    -->\r
+<!--- you experienced the bug in. You can also provide logs if relevant.    -->\r
+- Foundation version(s) used:\r
+- Browser(s) name and version(s):\r
+- Operating System and version (desktop or mobile):\r
+\r
+## Checklist (all required):\r
+<!--- Go over all the following points, and put an `x` in the boxes.        -->\r
+<!--- If you're unsure about any of these, don't hesitate to ask.           -->\r
+- [ ] I have read and follow the CONTRIBUTING.md document.\r
+- [ ] There are no other issues similar to this one.\r
+- [ ] The issue title is descriptive.\r
+- [ ] The template is correctly filled.\r
+\r
+<!--- --------------------------------------------------------------------- -->\r
+<!---       For more information, see the CONTRIBUTING.md document          -->\r
+<!---            Thank you for your issue and happy coding ;)               -->\r
+<!--- --------------------------------------------------------------------- -->\r
diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.md b/.github/ISSUE_TEMPLATE/2-feature-request.md
new file mode 100644 (file)
index 0000000..3c2c798
--- /dev/null
@@ -0,0 +1,48 @@
+---\r
+name: "✨ Feature Request"\r
+about: Something is missing or could be improved\r
+\r
+---\r
+\r
+<!--- --------------------------------------------------------------------- -->\r
+<!---                 Please fill the following template                    -->\r
+<!---                 Your issue may be ignored otherwise                   -->\r
+<!--- --------------------------------------------------------------------- -->\r
+<!---  Only submit feature requests here. For help or questions to the      -->\r
+<!---  community, see the forum: https://foundation.zurb.com/forum          -->\r
+\r
+## What is missing?\r
+<!--- What you want to be added or improved and how you would use it?       -->\r
+\r
+## Why is it important?\r
+<!--- Why would this feature benefit everyone? What is the current          -->\r
+<!--- workaround and how is it insufficient or inadequate?                  -->\r
+\r
+## Possible Solution\r
+<!--- Not obligatory, but suggest a fix/reason for the bug,                 -->\r
+<!--- or ideas how to implement the addition or change.                     -->\r
+\r
+## Context\r
+<!--- How has this issue affected you? What are you trying to accomplish?   -->\r
+<!--- Providing context helps us come up with a solution that is most       -->\r
+<!--- useful in the real world                                              -->\r
+\r
+## Your Environment\r
+<!--- Include as many relevant details about the context and environment    -->\r
+<!--- you're using. You can also provide logs if relevant.                  -->\r
+- Foundation version(s) used:\r
+- Browser(s) name and version(s):\r
+- Operating System and version (desktop or mobile):\r
+\r
+## Checklist (all required):\r
+<!--- Go over all the following points, and put an `x` in the boxes.        -->\r
+<!--- If you're unsure about any of these, don't hesitate to ask.           -->\r
+- [ ] I have read and follow the CONTRIBUTING.md document.\r
+- [ ] There are no other issues similar to this one.\r
+- [ ] The issue title is descriptive.\r
+- [ ] The template is correctly filled.\r
+\r
+<!--- --------------------------------------------------------------------- -->\r
+<!---       For more information, see the CONTRIBUTING.md document          -->\r
+<!---            Thank you for your issue and happy coding ;)               -->\r
+<!--- --------------------------------------------------------------------- -->\r
diff --git a/.github/ISSUE_TEMPLATE/3-documentation.md b/.github/ISSUE_TEMPLATE/3-documentation.md
new file mode 100644 (file)
index 0000000..8b2b2f0
--- /dev/null
@@ -0,0 +1,31 @@
+---
+name: "\U0001F4D6 Documentation"
+about: Typo mistakes, gaps or inconsistencies in docs or website
+
+---
+
+<!--- --------------------------------------------------------------------- -->
+<!---                 Please fill the following template                    -->
+<!---                 Your issue may be ignored otherwise                   -->
+<!--- --------------------------------------------------------------------- -->
+<!---  Only submit documentation issue here. For help or questions to the.  -->
+<!---  community, see the forum: https://foundation.zurb.com/forum          -->
+
+## Description
+<!--- What is incorrect, missing or could be improved?                      -->
+
+## Possible Solution
+<!--- How would you resolve that?                                           -->
+
+## Checklist (all required):
+<!--- Go over all the following points, and put an `x` in the boxes.        -->
+<!--- If you're unsure about any of these, don't hesitate to ask.           -->
+- [ ] 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.
+
+<!--- --------------------------------------------------------------------- -->
+<!---       For more information, see the CONTRIBUTING.md document          -->
+<!---            Thank you for your issue and happy coding ;)               -->
+<!--- --------------------------------------------------------------------- -->
diff --git a/.github/ISSUE_TEMPLATE/4-maintainance.md b/.github/ISSUE_TEMPLATE/4-maintainance.md
new file mode 100644 (file)
index 0000000..1f8b33e
--- /dev/null
@@ -0,0 +1,30 @@
+---\r
+name: "\U0001F4BB Maintainance"\r
+about: Tests, dependencies, workflow...\r
+\r
+---\r
+\r
+<!--- --------------------------------------------------------------------- -->\r
+<!---                 Please fill the following template                    -->\r
+<!---                 Your issue may be ignored otherwise                   -->\r
+<!--- --------------------------------------------------------------------- -->\r
+<!---  Only submit maintainance issues here. For help or questions to the.  -->\r
+<!---  community, see the forum: https://foundation.zurb.com/forum          -->\r
+\r
+## Description\r
+\r
+## Possible Solution\r
+<!--- Not obligatory, but suggest a fix/reason to resolve the issue.        -->\r
+\r
+## Checklist (all required):\r
+<!--- Go over all the following points, and put an `x` in the boxes.        -->\r
+<!--- If you're unsure about any of these, don't hesitate to ask.           -->\r
+- [ ] I have read and follow the CONTRIBUTING.md document.\r
+- [ ] There are no other issues similar to this one.\r
+- [ ] The issue title is descriptive.\r
+- [ ] The template is correctly filled.\r
+\r
+<!--- --------------------------------------------------------------------- -->\r
+<!---       For more information, see the CONTRIBUTING.md document          -->\r
+<!---            Thank you for your issue and happy coding ;)               -->\r
+<!--- --------------------------------------------------------------------- -->\r