diff --git a/.github/ISSUE_TEMPLATE/1--error-report.md b/.github/ISSUE_TEMPLATE/1--error-report.md new file mode 100644 index 0000000..2ce9793 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1--error-report.md @@ -0,0 +1,46 @@ +--- +name: 1. Error report +about: I encountered a problem and need help to solve it +title: "" +labels: help wanted +assignees: '' + +--- + +> Have you searched for existing (open and closed) issues describing the same problem? + +Yes/No + +**Describe the error** +A clear and concise description of what the problem is. +What do you think causes it? + +``` +Error Log / Output +``` + +**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. + +**Environment (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 1.0] + - Hardware [e.g. DSTIKE, DIY] + +**Attempts** +What have you already tried and didn't work out. + +**Additional context** +Provide as much information as possible, better too much than too little! +If you don't use this template, your issue might be closed and tagged invalid! diff --git a/.github/ISSUE_TEMPLATE/2--question.md b/.github/ISSUE_TEMPLATE/2--question.md new file mode 100644 index 0000000..1f64a0c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2--question.md @@ -0,0 +1,10 @@ +--- +name: 2. Question +about: I have a question about this project +title: "" +labels: question +assignees: '' + +--- + +> Please search for existing (open and closed) issues to avoid duplicates. diff --git a/.github/ISSUE_TEMPLATE/3--feature-request.md b/.github/ISSUE_TEMPLATE/3--feature-request.md new file mode 100644 index 0000000..3387cf9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/3--feature-request.md @@ -0,0 +1,21 @@ +--- +name: 3. Feature request +about: I have an idea to improve this project +title: "" +labels: feature request +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. +If you don't use this template, your issue might be closed and tagged invalid! diff --git a/.github/ISSUE_TEMPLATE/4--bug-report.md b/.github/ISSUE_TEMPLATE/4--bug-report.md new file mode 100644 index 0000000..2789534 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/4--bug-report.md @@ -0,0 +1,34 @@ +--- +name: 4. Bug report +about: I found a reproducible bug in the code +title: "" +labels: bug +assignees: '' + +--- + +**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. + +**Environment (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 1.0] + - Hardware [e.g. DSTIKE, DIY] + +**Additional context** +Add any other context about the problem here. +If you don't use this template, your issue might be closed and tagged invalid!