From fee24c90630b226c79d80c3361db65eeefba38c4 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sat, 27 Apr 2024 22:05:02 +0200 Subject: [PATCH] Create bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 000000000..c6c345261 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,24 @@ +--- +name: Bug report +description: Report a bug +labels: ['Bug'] +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Steps to reproduce** +How and when does the bug occur? + +**Expected behavior** +What do you expect to happen instead? + +**Additional information** +* Audacious version and interface (Qt / GTK / Winamp) +* Operating system and version +* Desktop environment + +**If applicable** +* Screenshots +* Sample files +* Logs (use `LANG=C audacious -V` for English output)