Compare commits

...

1 Commits

Author SHA1 Message Date
061ec8c977 Update issue templates 2022-02-28 11:56:00 +01:00
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: ''
---