mirror of
https://github.com/GradienceTeam/Gradience.git
synced 2024-11-04 04:03:58 +00:00
29 lines
1.3 KiB
YAML
29 lines
1.3 KiB
YAML
name: "💡 Feature request"
|
|
description: Suggest an idea for this project
|
|
title: "feat: "
|
|
labels: ["enhancement", "feature-request"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to contribute! Contributions are what make the open-source and the GNOME community such an amazing place to learn, and create. Any contributions you make will benefit everybody else and are greatly appreciated.
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Feature description
|
|
description: A clear and concise description of what the feature request is. Please include if your feature request is related to a problem
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: additional
|
|
attributes:
|
|
label: Additional Context
|
|
description: "List any other information that is relevant to your issue. Stack traces, related issues, suggestions on how to add, use case, Stack Overflow links, forum links, screenshots, OS if applicable, etc."
|
|
validations:
|
|
required: false
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Did you read the Code of Conduct?
|
|
options:
|
|
- label: I have read the [Code of Conduct](https://github.com/GradienceTeam/Gradience/blob/main/CODE_OF_CONDUCT.md).
|
|
required: true
|