github: add issue templates

This commit is contained in:
wukko 2024-01-05 14:16:01 +06:00 committed by GitHub
parent d8d6a0c45a
commit 28ae8e453a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 49 additions and 0 deletions

32
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View 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.

View 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.