Skip to content

Commit

Permalink
Merge pull request GradienceTeam#53 from tfuxu/next
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMRTT authored Sep 28, 2022
2 parents c577ec8 + 5ce4131 commit 32fd553
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/preset_proposal.yml
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

0 comments on commit 32fd553

Please sign in to comment.