From 44de1bebd36dbdc65eac2c0aca9a9bfd47c5acb6 Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Tue, 28 Oct 2025 16:56:06 -0400 Subject: [PATCH] chore(github): add a feature request template --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- .github/ISSUE_TEMPLATE/feature-request.yml | 29 ++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/feature-request.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 7dbfe39..966865a 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -21,7 +21,7 @@ body: id: what-happened attributes: label: What happened? - description: Also tell us, what did you expect to happen? + description: Tell us what you expected to happen. placeholder: Tell us what you see! value: "A bug happened!" validations: diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml new file mode 100644 index 0000000..8b5a762 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -0,0 +1,29 @@ +name: Request a feature +description: Request a feature. +title: "want: " +labels: ["enhancement", "triage"] +type: feature +assignees: +- edera-dev/engineering +body: +- type: markdown + attributes: + value: | + Thanks for taking the time to fill out a feature request! +- type: textarea + id: description + attributes: + label: Description + description: + placeholder: Tell us what you want to see! + value: "Your hopes and dreams here!" + validations: + required: true +- type: checkboxes + id: terms + attributes: + label: Code of Conduct + description: By submitting this report, you agree to follow our [Code of Conduct](https://github.com/edera-dev/sprout/blob/main/CODE_OF_CONDUCT.md). + options: + - label: I agree to follow the Sprout Code of Conduct. + required: true