From f1a52744fa5a9a1aad3fc35a4caac5c7480e76db Mon Sep 17 00:00:00 2001 From: Brad Bell Date: Tue, 13 Feb 2024 14:55:00 -0800 Subject: [PATCH] =?UTF-8?q?I=20guess=20you=20can=E2=80=99t=20override=20th?= =?UTF-8?q?e=20org=20issue=20template=20config=20if=20you=20specify=20anyt?= =?UTF-8?q?hing=20else=20in=20ISSUE=5FTEMPLATE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/config.yml | 41 +++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000000..04ba033481b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,41 @@ +blank_issues_enabled: false +contact_links: + - name: Documentation + url: https://craftcms.com/docs + about: Read the official documentation + - name: Knowledge Base + url: https://craftcms.com/knowledge-base + about: Find official answers to common problems + - name: Developer Support Services + url: https://craftcms.com/support-services + about: Priority developer support from the team that makes Craft + - name: Craft Discord + url: https://craftcms.com/discord + about: Meet the community + - name: Stack Exchange + url: http://craftcms.stackexchange.com/ + about: Get help and help others + - name: "Feature Request: Craft CMS" + url: https://github.com/craftcms/cms/discussions/new?category=ideas + about: Make a feature request or enhancement for Craft CMS + - name: "Feature Request: Craft Console / Plugin Store" + url: https://github.com/craftcms/console/discussions/new?category=ideas + about: Make a feature request or enhancement for Craft Console or the Plugin Store + - name: "Feature Request: Craft Cloud" + url: https://github.com/craftcms/cloud/discussions/new?category=ideas + about: Make a feature request or enhancement for Craft Cloud + - name: "Feature Request: Craft Commerce" + url: https://github.com/craftcms/commerce/discussions/new?category=ideas + about: Make a feature request or enhancement for Craft Commerce + - name: "Bug Report: Craft CMS" + url: https://github.com/craftcms/cms/issues/new/choose + about: Create a bug report for Craft CMS + - name: "Bug Report: Craft Console / Plugin Store" + url: https://github.com/craftcms/console/issues/new/choose + about: Create a bug report for Craft Console or the Plugin Store + - name: "Bug Report: Craft Cloud" + url: https://craftcms.com/contact + about: Create a bug report for Craft Cloud + - name: "Bug Report: Craft Commerce" + url: https://github.com/craftcms/commerce/issues/new/choose + about: Create a bug report for Craft Commerce \ No newline at end of file