mirror of
https://github.com/carloscuesta/gitmoji.git
synced 2025-12-08 20:14:12 +00:00
45 lines
1.6 KiB
YAML
45 lines
1.6 KiB
YAML
name: 🚀 Feature proposal
|
|
description: Propose a new feature
|
|
labels: [feature]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for your interest in the project and taking the time to fill out this feature report!
|
|
- type: textarea
|
|
id: feature-description
|
|
attributes:
|
|
label: Description of the problem
|
|
description: 'As a user I want [goal] so that [benefit]. If you want to contribute with a PR, tell us in the description. Thanks!'
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: suggested-solution
|
|
attributes:
|
|
label: Solution
|
|
description: 'In module [xy] we could provide following implementation...'
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: alternative
|
|
attributes:
|
|
label: Alternatives
|
|
description: Explain any alternative solutions or features you've considered.
|
|
- type: textarea
|
|
id: additional-context
|
|
attributes:
|
|
label: Additional context
|
|
description: Any other context or screenshots about the feature.
|
|
- type: checkboxes
|
|
id: checkboxes
|
|
attributes:
|
|
label: Validations
|
|
description: Before submitting the issue, please make sure you do the following
|
|
options:
|
|
- label: Follow our [Code of Conduct](https://github.com/carloscuesta/gitmoji/blob/master/CODE_OF_CONDUCT.md)
|
|
required: true
|
|
- label: Read the [Contributing Guide](https://github.com/carloscuesta/gitmoji/blob/master/.github/CONTRIBUTING.md).
|
|
required: true
|
|
- label: Check that there isn't already an issue requesting the same feature.
|
|
required: true
|