From f0c6aba992a93d3d469700d229c1434d6f4c083d Mon Sep 17 00:00:00 2001 From: tfuxu <73042332+tfuxu@users.noreply.github.com> Date: Wed, 28 Sep 2022 21:38:24 +0200 Subject: [PATCH 1/2] feat: Add Schema Change Proposal, a feature request template for miscellaneous change proposals --- .github/ISSUE_TEMPLATE/preset_proposal.yml | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/preset_proposal.yml diff --git a/.github/ISSUE_TEMPLATE/preset_proposal.yml b/.github/ISSUE_TEMPLATE/preset_proposal.yml new file mode 100644 index 0000000..f86fd1b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/preset_proposal.yml @@ -0,0 +1,29 @@ +name: "📝️🚧️ Schema 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 From 5ce41319a4c4558088e6f006ffd162a03521cbe8 Mon Sep 17 00:00:00 2001 From: tfuxu <73042332+tfuxu@users.noreply.github.com> Date: Wed, 28 Sep 2022 19:54:11 +0000 Subject: [PATCH 2/2] Shorten template name --- .github/ISSUE_TEMPLATE/preset_proposal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/preset_proposal.yml b/.github/ISSUE_TEMPLATE/preset_proposal.yml index f86fd1b..036a1c5 100644 --- a/.github/ISSUE_TEMPLATE/preset_proposal.yml +++ b/.github/ISSUE_TEMPLATE/preset_proposal.yml @@ -1,4 +1,4 @@ -name: "📝️🚧️ Schema Change Proposal" +name: "📝️ Change proposal" description: Propose a change in current presets schema, or in the way presets are implemented title: "propose: " labels: ["enhancement"]