From e713879a9cdf830f4f5ed7dad7d1ab07c9863ce3 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Thu, 29 Jan 2026 14:03:15 -0500 Subject: [PATCH] Add feature request discussion template (#47962) Release Notes: - N/A --- .../DISCUSSION_TEMPLATE/feature-requests.yml | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .github/DISCUSSION_TEMPLATE/feature-requests.yml diff --git a/.github/DISCUSSION_TEMPLATE/feature-requests.yml b/.github/DISCUSSION_TEMPLATE/feature-requests.yml new file mode 100644 index 0000000000000000000000000000000000000000..92ccbd0c20a3d61202013236f5f57d4909dcc6e3 --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/feature-requests.yml @@ -0,0 +1,44 @@ +labels: ["Feature Request"] +body: + - type: markdown + attributes: + value: | + # Feature Request + + Welcome! 👋 + + If you are interested in proposing a new feature, improvement, or change to Zed, you are in the right place. + + Use this template to suggest a new feature, improvement, or change. + + - type: textarea + id: main + attributes: + label: Body + value: | + # What are you proposing? + + Describe the feature, improvement, or change at a high level. + + # Why does this matter? + + What problem does this solve? + + What becomes easier or possible? + + # Are there any examples or context? + + Screenshots, mockups, workflows, or examples from other tools. + + # Possible approach + + If you have ideas about how this could work, share them here. + + validations: + required: true + + - type: markdown + attributes: + value: | + Learn more about how feature requests work in our + [Feature Request Guidelines](LINK_TO_GUIDE_HERE).