diff options
| author | TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com> | 2021-02-09 12:21:34 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-09 12:21:34 +0000 |
| commit | 55ce1ce3ece965e32cb5bd1f42bed97d855fd690 (patch) | |
| tree | fbc12b4f6a57b7fa2fc9b23115e822c0f6c876b8 /.github | |
| parent | 88042d27ec2b7226ff351eb510081d45b73d604e (diff) | |
| parent | 2b1463304702e2488e249df9a01d67fa234a42b6 (diff) | |
| download | invidious-55ce1ce3ece965e32cb5bd1f42bed97d855fd690.tar.gz invidious-55ce1ce3ece965e32cb5bd1f42bed97d855fd690.tar.bz2 invidious-55ce1ce3ece965e32cb5bd1f42bed97d855fd690.zip | |
Merge pull request #1724 from iv-org/add-issue-templates
Add issue templates
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 35 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/enhancement.md | 24 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 24 |
3 files changed, 83 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..c0485266 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,35 @@ +--- +name: Bug report +about: Create a bug report to help us improve Invidious +title: '[Bug] ' +labels: bug +assignees: '' + +--- + +<!-- Please use the search function to check if the bug you found has already been reported by someone else --> +<!-- If you want to suggest a new feature please use "Feature request" instead --> +<!-- If you want to suggest an enhancement to an existing feature please use "Enhancement" instead --> + +**Describe the bug** +<!-- A clear and concise description of what the bug is. --> + +**Steps to Reproduce** +<!-- Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error +--> + +**Logs** +<!-- If applicable, copy the log that appear in the browser page where the error is reported. --> + +**Screenshots** +<!-- If applicable, add screenshots to help explain your problem. --> + +**Additional context** +<!-- Add any other context about the problem here. + - Browser (if applicable): + - OS (if applicable): +--> diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 00000000..7823e1df --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,24 @@ +--- +name: Enhancement +about: Suggest an enhancement for an existing feature +title: '[Enhancement] ' +labels: enhancement +assignees: '' + +--- + +<!-- Please use the search function to check if the desired function has already been requested by someone else --> + <!-- If you want to suggest a new feature please use "Feature request" instead --> +<!-- If you want to report a bug, please use "Bug report" instead --> + +**Is your enhancement 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 enhancement here. --> diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..59692a51 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,24 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '[Feature request] ' +labels: feature-request +assignees: '' + +--- + +<!-- Please use the search function to check if the desired function has already been requested by someone else --> +<!-- If you want to suggest an enhancement to an existing feature please use "Enhancement" instead --> +<!-- If you want to report a bug, please use "Bug report" instead --> + +**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. --> |
