From 27742c8f43752a1c70bbaf10ed65f897970419d7 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 7 Sep 2025 19:46:12 +0200 Subject: [PATCH] Template for suggestions too --- .github/ISSUE_TEMPLATE/suggestion.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/suggestion.yml diff --git a/.github/ISSUE_TEMPLATE/suggestion.yml b/.github/ISSUE_TEMPLATE/suggestion.yml new file mode 100644 index 0000000..abdf59e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/suggestion.yml @@ -0,0 +1,15 @@ +name: Suggestion +description: Features or changes +labels: [suggestion] +body: + - type: markdown + attributes: + value: | + Remember: Omarchy is an open source gift, not a product you bought from a vendor + + - type: textarea + id: steps + attributes: + label: What do you need? + validations: + required: true