feat: improve issue templates

This commit is contained in:
Valeri Gokadze
2025-02-23 14:13:27 +04:00
parent 9afca36027
commit d5723ba6e0
2 changed files with 5 additions and 17 deletions

View File

@ -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)

View File

@ -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)