mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 04:39:58 +00:00
github: update bug report template
improved formatting & clarity
This commit is contained in:
parent
5f60b8274e
commit
40b24d30b3
1 changed files with 18 additions and 14 deletions
30
.github/ISSUE_TEMPLATE/bug-report.md
vendored
30
.github/ISSUE_TEMPLATE/bug-report.md
vendored
|
@ -1,32 +1,36 @@
|
||||||
---
|
---
|
||||||
name: bug report
|
name: bug report
|
||||||
about: report an issue with downloads or something else
|
about: report a global issue with the cobalt codebase
|
||||||
title: ''
|
title: '[short description of the bug]'
|
||||||
labels: bug
|
labels: bug
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**bug description**
|
### bug description
|
||||||
a clear and concise description of what the bug is.
|
clear and concise description of what the issue is.
|
||||||
|
|
||||||
**reproduction steps**
|
### reproduction steps
|
||||||
steps to reproduce the behavior:
|
steps to reproduce the described behavior.
|
||||||
|
here's an example of what it could look like:
|
||||||
1. go to '...'
|
1. go to '...'
|
||||||
2. click on '....'
|
2. click on '....'
|
||||||
3. download this video: **[link here]**
|
3. download [media type] from [service]
|
||||||
4. see error
|
4. see error
|
||||||
|
|
||||||
**screenshots**
|
### screenshots
|
||||||
if applicable, add screenshots or screen recordings to help explain your problem.
|
if applicable, add screenshots or screen recordings to support your explanation.
|
||||||
|
if not, remove this section.
|
||||||
|
|
||||||
**links**
|
### links
|
||||||
if applicable, add links that cause the issue. more = better.
|
if applicable, add links that cause the issue. more = better.
|
||||||
|
if not, remove this section.
|
||||||
|
|
||||||
**platform**
|
### platform information
|
||||||
- OS [e.g. iOS, windows]
|
- OS [e.g. iOS, windows]
|
||||||
- browser [e.g. chrome, safari, firefox]
|
- browser [e.g. chrome, safari, firefox]
|
||||||
- version [e.g. 115]
|
- version [e.g. 115]
|
||||||
|
|
||||||
**additional context**
|
### additional context
|
||||||
add any other context about the problem here.
|
add any other context about the problem here if applicable.
|
||||||
|
if not, remove this section.
|
||||||
|
|
Loading…
Reference in a new issue