From 35c40c18452293b374f942472c6ffb3cf216bc78 Mon Sep 17 00:00:00 2001 From: Luke Towers Date: Thu, 3 Jan 2019 16:31:48 -0600 Subject: [PATCH 1/4] Fixed Issue templates --- .github/ISSUE_TEMPLATES/1_BUG_REPORT.md | 1 + .github/ISSUE_TEMPLATES/2_SUPPORT_QUESTION.md | 1 + .github/ISSUE_TEMPLATES/3_FEATURE_REQUEST.md | 1 + .github/ISSUE_TEMPLATES/4_DOCUMENTATION.md | 1 + .github/ISSUE_TEMPLATES/5_SECURITY_ISSUES.md | 1 + 5 files changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATES/1_BUG_REPORT.md b/.github/ISSUE_TEMPLATES/1_BUG_REPORT.md index 237547103..c7363bf6d 100644 --- a/.github/ISSUE_TEMPLATES/1_BUG_REPORT.md +++ b/.github/ISSUE_TEMPLATES/1_BUG_REPORT.md @@ -2,6 +2,7 @@ name: "🐛 Bug Report" about: Report a general OctoberCMS issue labels: 'Status: Review Needed', 'Type: Unconfirmed Bug' + --- - OctoberCMS Build: ### diff --git a/.github/ISSUE_TEMPLATES/2_SUPPORT_QUESTION.md b/.github/ISSUE_TEMPLATES/2_SUPPORT_QUESTION.md index 3ea7271c1..03fd2d1ae 100644 --- a/.github/ISSUE_TEMPLATES/2_SUPPORT_QUESTION.md +++ b/.github/ISSUE_TEMPLATES/2_SUPPORT_QUESTION.md @@ -1,6 +1,7 @@ --- name: "⚠️ Support Question" about: 'This repository is only for reporting bugs or problems. If you need help, see: https://octobercms.com/support' + --- This repository is only for reporting bugs or problems. If you need support, please use the following options: diff --git a/.github/ISSUE_TEMPLATES/3_FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATES/3_FEATURE_REQUEST.md index 2d1234dec..f910ad825 100644 --- a/.github/ISSUE_TEMPLATES/3_FEATURE_REQUEST.md +++ b/.github/ISSUE_TEMPLATES/3_FEATURE_REQUEST.md @@ -1,6 +1,7 @@ --- name: "💡 Feature Request" about: 'For ideas or feature requests, make a PR or talk to the core members on Slack' + --- If you would like to propose new features, please make a pull request. Alternatively, you may message the core team on the OctoberCMS Slack. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATES/4_DOCUMENTATION.md b/.github/ISSUE_TEMPLATES/4_DOCUMENTATION.md index 850a288d5..7a238e2c6 100644 --- a/.github/ISSUE_TEMPLATES/4_DOCUMENTATION.md +++ b/.github/ISSUE_TEMPLATES/4_DOCUMENTATION.md @@ -1,6 +1,7 @@ --- name: "📚 Documentation Issue" about: 'For documentation issues, see: https://github.com/octobercms/docs/issues' + --- The OctoberCMS documentation has its own dedicated repository. Please open your documentation-related issue at https://github.com/octobercms/docs/issues. diff --git a/.github/ISSUE_TEMPLATES/5_SECURITY_ISSUES.md b/.github/ISSUE_TEMPLATES/5_SECURITY_ISSUES.md index 53abbd023..c21d34206 100644 --- a/.github/ISSUE_TEMPLATES/5_SECURITY_ISSUES.md +++ b/.github/ISSUE_TEMPLATES/5_SECURITY_ISSUES.md @@ -1,6 +1,7 @@ --- 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. From 0a85edaa66315d3966210ea3e99f8a73b2588ebc Mon Sep 17 00:00:00 2001 From: Luke Towers Date: Thu, 3 Jan 2019 16:33:41 -0600 Subject: [PATCH 2/4] Fixing path to issue templates --- .github/{ISSUE_TEMPLATES => ISSUE_TEMPLATE}/1_BUG_REPORT.md | 1 - .../{ISSUE_TEMPLATES => ISSUE_TEMPLATE}/2_SUPPORT_QUESTION.md | 1 - .github/{ISSUE_TEMPLATES => ISSUE_TEMPLATE}/3_FEATURE_REQUEST.md | 1 - .github/{ISSUE_TEMPLATES => ISSUE_TEMPLATE}/4_DOCUMENTATION.md | 1 - .github/{ISSUE_TEMPLATES => ISSUE_TEMPLATE}/5_SECURITY_ISSUES.md | 1 - 5 files changed, 5 deletions(-) rename .github/{ISSUE_TEMPLATES => ISSUE_TEMPLATE}/1_BUG_REPORT.md (99%) rename .github/{ISSUE_TEMPLATES => ISSUE_TEMPLATE}/2_SUPPORT_QUESTION.md (98%) rename .github/{ISSUE_TEMPLATES => ISSUE_TEMPLATE}/3_FEATURE_REQUEST.md (95%) rename .github/{ISSUE_TEMPLATES => ISSUE_TEMPLATE}/4_DOCUMENTATION.md (98%) rename .github/{ISSUE_TEMPLATES => ISSUE_TEMPLATE}/5_SECURITY_ISSUES.md (86%) diff --git a/.github/ISSUE_TEMPLATES/1_BUG_REPORT.md b/.github/ISSUE_TEMPLATE/1_BUG_REPORT.md similarity index 99% rename from .github/ISSUE_TEMPLATES/1_BUG_REPORT.md rename to .github/ISSUE_TEMPLATE/1_BUG_REPORT.md index c7363bf6d..237547103 100644 --- a/.github/ISSUE_TEMPLATES/1_BUG_REPORT.md +++ b/.github/ISSUE_TEMPLATE/1_BUG_REPORT.md @@ -2,7 +2,6 @@ name: "🐛 Bug Report" about: Report a general OctoberCMS issue labels: 'Status: Review Needed', 'Type: Unconfirmed Bug' - --- - OctoberCMS Build: ### diff --git a/.github/ISSUE_TEMPLATES/2_SUPPORT_QUESTION.md b/.github/ISSUE_TEMPLATE/2_SUPPORT_QUESTION.md similarity index 98% rename from .github/ISSUE_TEMPLATES/2_SUPPORT_QUESTION.md rename to .github/ISSUE_TEMPLATE/2_SUPPORT_QUESTION.md index 03fd2d1ae..3ea7271c1 100644 --- a/.github/ISSUE_TEMPLATES/2_SUPPORT_QUESTION.md +++ b/.github/ISSUE_TEMPLATE/2_SUPPORT_QUESTION.md @@ -1,7 +1,6 @@ --- name: "⚠️ Support Question" about: 'This repository is only for reporting bugs or problems. If you need help, see: https://octobercms.com/support' - --- This repository is only for reporting bugs or problems. If you need support, please use the following options: diff --git a/.github/ISSUE_TEMPLATES/3_FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/3_FEATURE_REQUEST.md similarity index 95% rename from .github/ISSUE_TEMPLATES/3_FEATURE_REQUEST.md rename to .github/ISSUE_TEMPLATE/3_FEATURE_REQUEST.md index f910ad825..2d1234dec 100644 --- a/.github/ISSUE_TEMPLATES/3_FEATURE_REQUEST.md +++ b/.github/ISSUE_TEMPLATE/3_FEATURE_REQUEST.md @@ -1,7 +1,6 @@ --- name: "💡 Feature Request" about: 'For ideas or feature requests, make a PR or talk to the core members on Slack' - --- If you would like to propose new features, please make a pull request. Alternatively, you may message the core team on the OctoberCMS Slack. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATES/4_DOCUMENTATION.md b/.github/ISSUE_TEMPLATE/4_DOCUMENTATION.md similarity index 98% rename from .github/ISSUE_TEMPLATES/4_DOCUMENTATION.md rename to .github/ISSUE_TEMPLATE/4_DOCUMENTATION.md index 7a238e2c6..850a288d5 100644 --- a/.github/ISSUE_TEMPLATES/4_DOCUMENTATION.md +++ b/.github/ISSUE_TEMPLATE/4_DOCUMENTATION.md @@ -1,7 +1,6 @@ --- name: "📚 Documentation Issue" about: 'For documentation issues, see: https://github.com/octobercms/docs/issues' - --- The OctoberCMS documentation has its own dedicated repository. Please open your documentation-related issue at https://github.com/octobercms/docs/issues. diff --git a/.github/ISSUE_TEMPLATES/5_SECURITY_ISSUES.md b/.github/ISSUE_TEMPLATE/5_SECURITY_ISSUES.md similarity index 86% rename from .github/ISSUE_TEMPLATES/5_SECURITY_ISSUES.md rename to .github/ISSUE_TEMPLATE/5_SECURITY_ISSUES.md index c21d34206..53abbd023 100644 --- a/.github/ISSUE_TEMPLATES/5_SECURITY_ISSUES.md +++ b/.github/ISSUE_TEMPLATE/5_SECURITY_ISSUES.md @@ -1,7 +1,6 @@ --- 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. From 5cb4ef10f00dc3c8b92b2a129927f3f44c937591 Mon Sep 17 00:00:00 2001 From: Luke Towers Date: Thu, 3 Jan 2019 16:36:11 -0600 Subject: [PATCH 3/4] Correcting bug report issue template --- .github/ISSUE_TEMPLATE/1_BUG_REPORT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1_BUG_REPORT.md b/.github/ISSUE_TEMPLATE/1_BUG_REPORT.md index 237547103..1bc3310f8 100644 --- a/.github/ISSUE_TEMPLATE/1_BUG_REPORT.md +++ b/.github/ISSUE_TEMPLATE/1_BUG_REPORT.md @@ -1,6 +1,6 @@ --- name: "🐛 Bug Report" -about: Report a general OctoberCMS issue +about: 'Report a general OctoberCMS issue' labels: 'Status: Review Needed', 'Type: Unconfirmed Bug' --- From 2dbc56aead2ef2355135349b83860457f48f6235 Mon Sep 17 00:00:00 2001 From: Luke Towers Date: Thu, 3 Jan 2019 16:37:41 -0600 Subject: [PATCH 4/4] More bug report issue template corrections --- .github/ISSUE_TEMPLATE/1_BUG_REPORT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1_BUG_REPORT.md b/.github/ISSUE_TEMPLATE/1_BUG_REPORT.md index 1bc3310f8..c132e14de 100644 --- a/.github/ISSUE_TEMPLATE/1_BUG_REPORT.md +++ b/.github/ISSUE_TEMPLATE/1_BUG_REPORT.md @@ -1,7 +1,7 @@ --- name: "🐛 Bug Report" about: 'Report a general OctoberCMS issue' -labels: 'Status: Review Needed', 'Type: Unconfirmed Bug' +labels: 'Status: Review Needed, Type: Unconfirmed Bug' --- - OctoberCMS Build: ###