From 48d8f4f0892b908f7f43cb5c8982b6212d943995 Mon Sep 17 00:00:00 2001 From: Luke Towers Date: Mon, 9 Sep 2019 12:50:56 -0600 Subject: [PATCH] Updated issue templates --- .github/ISSUE_TEMPLATE/0_IMMEDIATE_SUPPORT.md | 15 +++++++++++++++ .github/ISSUE_TEMPLATE/6_SECURITY_ISSUES.md | 8 -------- 2 files changed, 15 insertions(+), 8 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/0_IMMEDIATE_SUPPORT.md delete mode 100644 .github/ISSUE_TEMPLATE/6_SECURITY_ISSUES.md diff --git a/.github/ISSUE_TEMPLATE/0_IMMEDIATE_SUPPORT.md b/.github/ISSUE_TEMPLATE/0_IMMEDIATE_SUPPORT.md new file mode 100644 index 000000000..96219a5f4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/0_IMMEDIATE_SUPPORT.md @@ -0,0 +1,15 @@ +--- +name: "🚨 Immediate Support" +about: 'I use October and it just broke! Help me!' +--- + +This repository is only for reporting reproducible bugs or problems. If you need support, please use the following options: + +- Slack: https://octobercms.slack.com (Get an invite: https://octobercms-slack.herokuapp.com/) +- Live chat (IRC): https://octobercms.com/chat - **Note:** Not as active as Slack +- Forum: https://octobercms.com/forum +- Stack Overflow: https://stackoverflow.com/questions/tagged/octobercms + +If you rely on OctoberCMS for your business consider purchasing a paid support plan! Send an email to octobercms@luketowers.ca to get started. + +Thanks! \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/6_SECURITY_ISSUES.md b/.github/ISSUE_TEMPLATE/6_SECURITY_ISSUES.md deleted file mode 100644 index 53abbd023..000000000 --- a/.github/ISSUE_TEMPLATE/6_SECURITY_ISSUES.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: "🔒 Security Vulnerabilities" -about: 'For reporting security-related issues, send an email to hello@octobercms.com' ---- - -PLEASE DON'T DISCLOSE SECURITY-RELATED ISSUES PUBLICLY, SEE BELOW. - -If you discover a security vulnerability within OctoberCMS or dependencies, please send an e-mail to Samuel Georges & Luke Towers via hello@octobercms.com and octobercms@luketowers.ca respectively. All security vulnerabilities will be promptly addressed. \ No newline at end of file