mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00

* actions: Add Up for grab checkbox to issue templates. (#1074) * docs: update copyright year in README.md (#1100) year changed from 2023 to 2024 * feat(translations): add Nepali (नेपाली) translations --------- Co-authored-by: Taha Ghadirian <taha@smilecode.ir> Co-authored-by: Muhammad Jawad <70428284+m-Jawa-d@users.noreply.github.com>
45 lines
1.4 KiB
YAML
45 lines
1.4 KiB
YAML
name: ✨ New Feature
|
|
description: Suggest an idea
|
|
title: "Write the title here"
|
|
labels:
|
|
- enhancement
|
|
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Is there an existing issue for this?
|
|
description: Make sure to check if this issue is a duplicate.
|
|
options:
|
|
- label: I have searched the existing issues
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Pain
|
|
description: Explain the pain you're experiencing.
|
|
placeholder: I don't like that I've to do this / I'd like to have that
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Suggested solution
|
|
description: Tell us about a solution you can think of
|
|
placeholder: You could add that / change this / use that
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Useful resources
|
|
description: Provide us with some useful resource which could help us implement your suggestion.
|
|
- type: textarea
|
|
attributes:
|
|
label: Additional information
|
|
description: Anything else you'd like to include?
|
|
validations:
|
|
required: false
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Self grab
|
|
description: If you are a developer and want to work on this issue yourself, you can check this box and wait for maintainer response. We welcome contributions!
|
|
options:
|
|
- label: I'm ready to work on this issue!
|
|
required: false |