Skip to content

Commit

Permalink
Update bug template
Browse files Browse the repository at this point in the history
  • Loading branch information
hands8142 authored May 7, 2022
1 parent 5114bfc commit eaaa079
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

66 changes: 66 additions & 0 deletions .github/ISSUE_TEMPLATE/report_bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
name: Bug report
description: Create a bug report to help us improve
title: "[BUG] <brief bug description>"
labels: [bug]
body:
- type: textarea
id: reproduce-steps
attributes:
label: Steps to reproduce
description: Provide an example of the issue.
placeholder: |
Example:
1. First step
2. Second step
3. Issue here
validations:
required: true

- type: textarea
id: expected-behavior
attributes:
label: Expected behavior
placeholder: |
Example:
"This should happen..."
validations:
required: true

- type: textarea
id: actual-behavior
attributes:
label: Actual behavior
placeholder: |
Example:
"This happened instead..."
validations:
required: true

- type: input
id: music-version
attributes:
label: Music version
description: |
You can find your Music version in **Settings**.
placeholder: |
Example: "0.2.1-beta"
validations:
required: true

- type: input
id: android-version
attributes:
label: Android version
description: |
You can find this somewhere in your Android settings.
placeholder: |
Example: "Android 12"
validations:
required: true

- type: textarea
id: other-details
attributes:
label: Other details
placeholder: |
Additional details and attachments.

0 comments on commit eaaa079

Please sign in to comment.