From 6cd3097da0716f5aca9fba70a5e79b323710cc65 Mon Sep 17 00:00:00 2001 From: Kyle Simpson Date: Wed, 7 Sep 2022 10:26:32 +0100 Subject: [PATCH] Repo: Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 23 +++++++++++++++++++++++ 1 file changed, 23 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..a3da404 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,23 @@ +--- +name: Bug report +about: Create a report for any unexpected behaviour +title: '' +labels: bug +assignees: '' + +--- + +**Songbird version:** (version) + +**Rust version (`rustc -V`):** (version) + +**Serenity/Twilight version:** (version) + +**Output of `ffmpeg -version`, `yt-dlp --version` (if relevant):** +... + +**Description:** +... + +**Steps to reproduce:** +...