mirror of
https://github.com/gokadzev/Musify.git
synced 2025-05-17 14:36:07 +08:00
feat: improve issue templates
This commit is contained in:
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -14,6 +14,8 @@ body:
|
||||
options:
|
||||
- label: I have searched the existing issues and confirmed that this is a new issue, not a duplicate or related to another open issue.
|
||||
required: true
|
||||
- label: I read the [FAQ section](https://github.com/gokadzev/Musify/discussions/340) and there's nothing mentioned about this issue.
|
||||
required: true
|
||||
- label: I have written a short but informative title.
|
||||
required: true
|
||||
- label: I have updated the app to the latest version. You can find the latest version [here](https://github.com/gokadzev/Musify/releases).
|
||||
@ -51,7 +53,7 @@ body:
|
||||
attributes:
|
||||
label: Musify Version
|
||||
description: Mention the version of Musify in which you encountered this bug.
|
||||
placeholder: e.g., v8.0.0
|
||||
placeholder: e.g., v9.0.0
|
||||
validations:
|
||||
required: true
|
||||
|
||||
@ -89,11 +91,3 @@ body:
|
||||
description: Add any additional information or context that may be helpful in resolving the issue.
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
> [!TIP]
|
||||
> Stay connected on GitHub so you never miss an update 📢 : [Follow](https://github.com/gokadzev)
|
||||
> Give the project a star to help it gain popularity ⭐ : [Star](https://github.com/gokadzev/Musify)
|
||||
> Sponsor this and future projects to fuel continuous development 🤝 : [Sponsor](https://ko-fi.com/gokadzev)
|
||||
|
10
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
10
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -13,6 +13,8 @@ body:
|
||||
options:
|
||||
- label: I have searched the existing issues and confirmed that this feature is not already requested.
|
||||
required: true
|
||||
- label: I read the [FAQ section](https://github.com/gokadzev/Musify/discussions/340) and there's nothing mentioned about this feature.
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
attributes:
|
||||
@ -56,11 +58,3 @@ body:
|
||||
description: Provide any useful resources or references that can help in implementing your suggested solution.
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
> [!TIP]
|
||||
> Stay connected on GitHub so you never miss an update 📢 : [Follow](https://github.com/gokadzev)
|
||||
> Give the project a star to help it gain popularity ⭐ : [Star](https://github.com/gokadzev/Musify)
|
||||
> Sponsor this and future projects to fuel continuous development 🤝 : [Sponsor](https://ko-fi.com/gokadzev)
|
||||
|
Reference in New Issue
Block a user