Skip to content

Commit

Permalink
Add templates for bug reports and feature requests
Browse files Browse the repository at this point in the history
  • Loading branch information
radioactiveman committed Apr 27, 2024
1 parent 9d68920 commit 6adbe28
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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)
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6adbe28

Please sign in to comment.