diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 35 |
1 files changed, 35 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): +--> |
