-
-
Notifications
You must be signed in to change notification settings - Fork 323
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
126 changed files
with
2,471 additions
and
780 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
name: Bug report | ||
description: Create a bug report to help us improve | ||
labels: [bug] | ||
body: | ||
- type: checkboxes | ||
id: checklist | ||
attributes: | ||
label: Checklist | ||
options: | ||
- label: I am able to reproduce the bug with the [latest version](https://github.com/z-huang/music/releases/latest). | ||
required: true | ||
- label: I've checked that there is no issue about this bug. | ||
required: true | ||
- label: This issue contains only one bug. | ||
required: true | ||
- label: The title of this issue accurately describes the bug. | ||
required: true | ||
|
||
- type: textarea | ||
id: reproduce-steps | ||
attributes: | ||
label: Steps to reproduce the bug | ||
description: What did you do for the bug to show up? | ||
placeholder: | | ||
Example: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
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: textarea | ||
id: sreen-media | ||
attributes: | ||
label: Screenshots/Screen recordings | ||
description: | | ||
A picture or video helps us understand the bug more. | ||
You can upload them directly in the text box. | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Logs | ||
description: | | ||
If your bug includes a crash, please use `adb logcat` or other ways to provide logs. | ||
- 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: additional-information | ||
attributes: | ||
label: Additional information | ||
placeholder: | | ||
Additional details and attachments. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
name: Feature request | ||
description: Suggest an idea for Music | ||
labels: [enhancement] | ||
body: | ||
- type: checkboxes | ||
id: checklist | ||
attributes: | ||
label: Checklist | ||
options: | ||
- label: I've checked that there is no other issue about this feature request. | ||
required: true | ||
- label: This issue contains only one feature request. | ||
required: true | ||
- label: The title of this issue accurately describes the feature request. | ||
required: true | ||
|
||
- type: textarea | ||
id: feature-description | ||
attributes: | ||
label: Feature description | ||
description: What feature you want the app to have? Provide detailed description about what it should look like or where it should be added. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: why-is-the-feature-requested | ||
attributes: | ||
label: Why do you want this feature? | ||
description: Describe the problem or limitation that motivates you to want this feature to be added. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: additional-information | ||
attributes: | ||
label: Additional information | ||
description: Add any other context or screenshots about the feature request here. | ||
placeholder: | | ||
Additional details and attachments. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.