From 37eb5b0c3c535f7c0473fd9d0c02e4f405a154a6 Mon Sep 17 00:00:00 2001 From: Luke Towers Date: Tue, 30 Jul 2019 09:35:29 -0600 Subject: [PATCH] Reordered issue templates --- .../{4_GENERAL_SUPPORT.md => 3_GENERAL_SUPPORT.md} | 2 +- .../{3_FEATURE_REQUEST.md => 4_FEATURE_REQUEST.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/ISSUE_TEMPLATE/{4_GENERAL_SUPPORT.md => 3_GENERAL_SUPPORT.md} (79%) rename .github/ISSUE_TEMPLATE/{3_FEATURE_REQUEST.md => 4_FEATURE_REQUEST.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/4_GENERAL_SUPPORT.md b/.github/ISSUE_TEMPLATE/3_GENERAL_SUPPORT.md similarity index 79% rename from .github/ISSUE_TEMPLATE/4_GENERAL_SUPPORT.md rename to .github/ISSUE_TEMPLATE/3_GENERAL_SUPPORT.md index c3e45978e..a76dd57b1 100644 --- a/.github/ISSUE_TEMPLATE/4_GENERAL_SUPPORT.md +++ b/.github/ISSUE_TEMPLATE/3_GENERAL_SUPPORT.md @@ -6,7 +6,7 @@ about: 'This repository is only for reporting bugs or problems. If you need help This repository is only for reporting bugs or problems. If you need support, please use the following options: - Forum: https://octobercms.com/forum -- Slack: https://octobercms.slack.com (Invite link: https://octobercms-slack.herokuapp.com/) +- Slack: https://octobercms.slack.com (Get an invite: https://octobercms-slack.herokuapp.com/) - Stack Overflow: https://stackoverflow.com/questions/tagged/octobercms Thanks! \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/3_FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/4_FEATURE_REQUEST.md similarity index 100% rename from .github/ISSUE_TEMPLATE/3_FEATURE_REQUEST.md rename to .github/ISSUE_TEMPLATE/4_FEATURE_REQUEST.md