github: add issue templates
This commit is contained in:
parent
d8d6a0c45a
commit
28ae8e453a
2 changed files with 49 additions and 0 deletions
32
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
32
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
|
@ -0,0 +1,32 @@
|
|||
---
|
||||
name: bug report
|
||||
about: report an issue with downloads or something else
|
||||
title: ''
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**bug description**
|
||||
a clear and concise description of what the bug is.
|
||||
|
||||
**reproduction steps**
|
||||
steps to reproduce the behavior:
|
||||
1. go to '...'
|
||||
2. click on '....'
|
||||
3. download this video: **[link here]**
|
||||
4. see error
|
||||
|
||||
**screenshots**
|
||||
if applicable, add screenshots or screen recordings to help explain your problem.
|
||||
|
||||
**links**
|
||||
if applicable, add links that cause the issue. more = better.
|
||||
|
||||
**platform**
|
||||
- OS [e.g. iOS, windows]
|
||||
- browser [e.g. chrome, safari, firefox]
|
||||
- version [e.g. 115]
|
||||
|
||||
**additional context**
|
||||
add any other context about the problem here.
|
17
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
17
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
name: feature request
|
||||
about: suggest a feature for cobalt
|
||||
title: ''
|
||||
labels: feature request
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**describe the feature you'd like to see**
|
||||
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.
|
Loading…
Reference in a new issue