From 1866bf03b8e4a39d8b3c22f39c1449481dbebc69 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sat, 27 Apr 2024 22:05:02 +0200 Subject: [PATCH] Add templates for bug reports and feature requests --- .github/ISSUE_TEMPLATE/bug_report.md | 22 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 13 +++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.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 000000000..ef6719f01 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,22 @@ +--- +name: Bug Report +about: Report a bug or issue you have with Audacious. +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 +* Screenshots +* Sample files +* Logs (use `LANG=C audacious -V` for English output) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..5d07d072d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,13 @@ +--- +name: Feature Request +about: Suggest a new feature for Audacious. +labels: ['Enhancement'] +--- + +**Description** +Which feature or functionality are you missing in Audacious? +What makes it beneficial for users? + +**Additional information** +* Do other audio players offer this feature? +* Screenshots