diff --git a/.github/ISSUE_TEMPLATE/addition-to-list.md b/.github/ISSUE_TEMPLATE/addition-to-list.md new file mode 100644 index 0000000..579e081 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/addition-to-list.md @@ -0,0 +1,27 @@ +--- +name: Addition to List +about: Suggest a point to be added to the list +title: "[CONTENT-CHANGE]" +labels: enhancement +assignees: Lissy93 + +--- + +### Put "Add ____" as Title + +### Explain why it should be added +[A clear and concise description of the point and why it should be added to the list.] + +### Additional Context +[Provide some context, with a bit of detail. Specify which of the 10 categories this point should be listed under] + +### Content (optional) +[Suggest some content, including links, written in clear English for the point you'd like added] + +--- + +### NOTES: +- Before submitting, check that there isn't a similar open issue already +- Please create a new issue for each separate/ stand-alone point you'd like added to the list +- If you are confident in your abilities, you can also write the point yourself, and submit it as a PR +- Thank you for your suggestion, it's because of contributors like yourself that this project can exist diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..06afeb7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: bug +assignees: Lissy93 + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/removal-from-list.md b/.github/ISSUE_TEMPLATE/removal-from-list.md new file mode 100644 index 0000000..772d653 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/removal-from-list.md @@ -0,0 +1,26 @@ +--- +name: Removal from List +about: Suggest a point specified should be edited or removed from the list +title: "[CONTENT-CHANGE]" +labels: enhancement +assignees: Lissy93 + +--- + +### State which point should be edited or removed. Put "Remove/ Edit ____" as Title + +### Justification +[A clear and concise justification of why this point is incorrect/ no longer relevant] +or +[A clear and concise explanation of what is not right, and suggest how it should be amended] + +### Additional Context (optional) +[Provide some context, with a bit of detail, and if it is for an edit, you can suggest the new text] + +--- + +### NOTES: +- Before submitting, check that there isn't a similar open issue already +- Please create a new issue for each separate/ stand-alone point you'd like edited/ removed from the list +- If you are confident in your abilities, you can also make the changes yourself, and submit it as a PR +- Thank you for your suggestion, it's because of contributors like yourself that this project can exist