From 00cc8211e797ac346ae94f24981336394f3e02ab Mon Sep 17 00:00:00 2001 From: Xithrius <15021300+Xithrius@users.noreply.github.com> Date: Thu, 27 Jan 2022 22:56:40 -0800 Subject: [PATCH] Created bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..f3277bc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug:** + + +**To Reproduce:** + + +**Expected behavior:** + + +**Screenshots:** + + +**System:** + +- Twitch-tui version: + + +- Operating System: + + +- Terminal: + + +- Shell: + +**Additional context:** +Add any other context about the problem here.