diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG_REPORT.md | 9 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 9 |
2 files changed, 8 insertions, 10 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md index be0d4c53a..a1dd1640f 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -3,10 +3,10 @@ name: Bug report about: Report a non-security issue with InspIRCd. --- -<!-- ---------------------------------------------------- -GENERAL SUPPORT INFORMATION ---------------------------------------------------- +<!-- +*PLEASE* fill in the issue template below rather than just deleting +it. Failure to do so may result in your issue being ignored and/or +closed. PLEASE DO NOT FILE CRASH/SECURITY REPORTS ON GITHUB. You can read our security policy at https://github.com/inspircd/inspircd/security/policy @@ -20,7 +20,6 @@ IRC: irc.inspircd.org #inspircd Example configs: 3.0 (stable) - https://github.com/inspircd/inspircd/tree/insp3/docs/conf 2.0 (old stable) - https://github.com/inspircd/inspircd/tree/insp20/docs/conf - --> **Description** diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md index 0e96984bd..b9129d822 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -3,10 +3,10 @@ name: Feature request about: Request that a new feature is added to InspIRCd. --- -<!-- ---------------------------------------------------- -GENERAL SUPPORT INFORMATION ---------------------------------------------------- +<!-- +*PLEASE* fill in the issue template below rather than just deleting +it. Failure to do so may result in your issue being ignored and/or +closed. The GitHub issue tracker is for feature requests ONLY. General support can be found at the following locations: @@ -17,7 +17,6 @@ IRC: irc.inspircd.org #inspircd Example configs: 3.0 (stable) - https://github.com/inspircd/inspircd/tree/insp3/docs/conf 2.0 (old stable) - https://github.com/inspircd/inspircd/tree/insp20/docs/conf - --> **Description** |