Create preset_request.yml

This commit is contained in:
0xMRTT 2022-09-04 15:43:53 +02:00 committed by GitHub
parent 92fb87d3f1
commit 8155b13328
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,29 @@
name: "💡 Preset request"
description: Suggest an preset
title: "feat: "
labels: ["enhancement", "preset 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 links to the original theme or pictures or example code
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