From 039973c5f837fae33517606d221bcde72c7afe9a Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Sat, 6 Jul 2019 00:08:55 +0200 Subject: [PATCH] Issue templates: Remove vulnerability information GitHub now automatically displays this information (or rather, links to the Security Policy) at the issue type selection page. --- framework/core/.github/ISSUE_TEMPLATE/bug-report.md | 3 --- .../core/.github/ISSUE_TEMPLATE/security-vulnerability.md | 8 -------- 2 files changed, 11 deletions(-) delete mode 100644 framework/core/.github/ISSUE_TEMPLATE/security-vulnerability.md diff --git a/framework/core/.github/ISSUE_TEMPLATE/bug-report.md b/framework/core/.github/ISSUE_TEMPLATE/bug-report.md index c461a578a..069ca6540 100644 --- a/framework/core/.github/ISSUE_TEMPLATE/bug-report.md +++ b/framework/core/.github/ISSUE_TEMPLATE/bug-report.md @@ -3,9 +3,6 @@ name: "🐛 Bug Report" about: "If something isn't working as expected" --- - ## Bug Report **Current Behavior** diff --git a/framework/core/.github/ISSUE_TEMPLATE/security-vulnerability.md b/framework/core/.github/ISSUE_TEMPLATE/security-vulnerability.md deleted file mode 100644 index 4e65a770d..000000000 --- a/framework/core/.github/ISSUE_TEMPLATE/security-vulnerability.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: "🔒 Security Vulnerability" -about: "When you discover a security issue" ---- - -If you discover a security vulnerability within Flarum, please send an email to [security@flarum.org](mailto:security@flarum.org) instead. -**DO NOT open an issue on this repository.** -We will address these with the utmost urgency and it will prevent vulnerabilities, which may be abused, from popping up on our issue tracker.