Update issue templates

This commit is contained in:
Ivan Habunek 2022-02-28 11:56:00 +01:00 committed by GitHub
parent 45821ceb0e
commit 061ec8c977
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 46 additions and 0 deletions

26
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,26 @@
---
name: Bug report
about: Report something not working as expected.
title: ''
labels: bug
assignees: ''
---
First, please check that you're running the [latest version of twitch-dl](https://github.com/ihabunek/twitch-dl/releases/latest).
**Environment**
Run `twitch-dl env` and paste the result below.
```
paste here
```
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior.

10
.github/ISSUE_TEMPLATE/discussion.md vendored Normal file
View File

@ -0,0 +1,10 @@
---
name: Discussion
about: Any other issue.
title: ''
labels: ''
assignees: ''
---

View File

@ -0,0 +1,10 @@
---
name: Feature request
about: Suggest a new feature.
title: ''
labels: feature request
assignees: ''
---