From d5e445b743fb7d77e388af463a74b37f505b77be Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 7 Sep 2025 19:51:32 +0200 Subject: [PATCH] Another template --- .github/ISSUE_TEMPLATE/documentation.yml | 15 +++++++++++++++ .../{suggestion.yml => enhancement.yml} | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/documentation.yml rename .github/ISSUE_TEMPLATE/{suggestion.yml => enhancement.yml} (88%) diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml new file mode 100644 index 0000000..33edaea --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -0,0 +1,15 @@ +name: Documentation +description: New pages or changes to existing +labels: [documentation] +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 correction or addition do we need? + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/suggestion.yml b/.github/ISSUE_TEMPLATE/enhancement.yml similarity index 88% rename from .github/ISSUE_TEMPLATE/suggestion.yml rename to .github/ISSUE_TEMPLATE/enhancement.yml index 1b74886..b640c39 100644 --- a/.github/ISSUE_TEMPLATE/suggestion.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -1,6 +1,6 @@ -name: Suggestion +name: Enhancement description: Feature or change -labels: [suggestion] +labels: [enhancement] body: - type: markdown attributes: