From 061ec8c9776f851745e59a24db08e9da0c0a32f7 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Mon, 28 Feb 2022 11:56:00 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 26 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/discussion.md | 10 +++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 10 +++++++++ 3 files changed, 46 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/discussion.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..ba05505 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/discussion.md b/.github/ISSUE_TEMPLATE/discussion.md new file mode 100644 index 0000000..f676000 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/discussion.md @@ -0,0 +1,10 @@ +--- +name: Discussion +about: Any other issue. +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..7182851 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,10 @@ +--- +name: Feature request +about: Suggest a new feature. +title: '' +labels: feature request +assignees: '' + +--- + +