forked from GradienceTeam/Community
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request GradienceTeam#53 from tfuxu/next
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
name: "📝️ Change proposal" | ||
description: Propose a change in current presets schema, or in the way presets are implemented | ||
title: "propose: " | ||
labels: ["enhancement"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for taking the time to contribute! | ||
- type: textarea | ||
id: proposal-body | ||
attributes: | ||
label: Proposal body | ||
description: A clear and concise proposal text. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Add any other context about the proposal here. | ||
|
||
- 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 |