From 54795a2f553e492eaf243a9539898806e51c5e68 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 3 Nov 2025 10:48:24 +0100 Subject: [PATCH 1/3] Direct enhancements and ideas to discussions --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ .github/ISSUE_TEMPLATE/documentation.yml | 16 ---------------- .github/ISSUE_TEMPLATE/enhancement.yml | 15 --------------- 3 files changed, 3 insertions(+), 31 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/documentation.yml delete mode 100644 .github/ISSUE_TEMPLATE/enhancement.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 34a450c0..798487f7 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: + - name: 💡 Suggestions 💡 + url: https://github.com/basecamp/omarchy/discussions/categories/suggestions + about: Suggest new features, changes to existing, or other ideas. - name: 🛟 Support 🛟 url: https://omarchy.org/discord about: Need help? Join our Discord community for support with any issues. GitHub issues should be used for verified bugs, documentation, and enhancement proposals only. diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml deleted file mode 100644 index 263ae5ef..00000000 --- a/.github/ISSUE_TEMPLATE/documentation.yml +++ /dev/null @@ -1,16 +0,0 @@ -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? - description: Please provide reference links and specifics of what should be updated - validations: - required: true diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml deleted file mode 100644 index 833ed5d7..00000000 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Enhancement -description: Suggest a feature or change -labels: [enhancement] -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 From 886a9f6f2c61dd842bfa50d01094644b38bcd0cc Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 3 Nov 2025 10:49:35 +0100 Subject: [PATCH 2/3] More wordsmithing --- .github/ISSUE_TEMPLATE/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 798487f7..09bd6a8a 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,8 @@ blank_issues_enabled: false contact_links: - - name: 💡 Suggestions 💡 + - name: Suggestions url: https://github.com/basecamp/omarchy/discussions/categories/suggestions about: Suggest new features, changes to existing, or other ideas. - - name: 🛟 Support 🛟 + - name: Support url: https://omarchy.org/discord - about: Need help? Join our Discord community for support with any issues. GitHub issues should be used for verified bugs, documentation, and enhancement proposals only. + about: Need help? Join our Discord community for support with any issues. GitHub issues should be used for verified bugs only. From 4b15fe9a5227876fc0cfacb875c39a0436f247be Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 3 Nov 2025 10:50:54 +0100 Subject: [PATCH 3/3] More wordsmithing --- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 09bd6a8a..2e9a3140 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,8 @@ blank_issues_enabled: false contact_links: - - name: Suggestions + - name: Suggestion url: https://github.com/basecamp/omarchy/discussions/categories/suggestions - about: Suggest new features, changes to existing, or other ideas. + about: Suggest a new feature, change to existing feature, or other ideas in Discussions. - name: Support url: https://omarchy.org/discord about: Need help? Join our Discord community for support with any issues. GitHub issues should be used for verified bugs only.