summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2020-07-20 06:29:18 +0100
committerSadie Powell <sadie@witchery.services>2020-07-20 06:29:18 +0100
commit2d91e8b050914f30b2f80b117f2db5b5bdbfd552 (patch)
tree4042dbcca82969816352980034d9181cd6f856d7 /.github
parentc9ea418dd7f913ba1c2fbae49a82cf39d22e282f (diff)
Let GitHub automatically wrap the lines in the issue/pr templates.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/BUG_REPORT.md10
-rw-r--r--.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md7
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md3
3 files changed, 6 insertions, 14 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md
index a1dd1640f..818156290 100644
--- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md
+++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md
@@ -4,15 +4,11 @@ about: Report a non-security issue with InspIRCd.
---
<!--
-*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* 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
+PLEASE DO NOT FILE CRASH/SECURITY REPORTS ON GITHUB. You can read our security policy at https://github.com/inspircd/inspircd/security/policy
-The GitHub issue tracker is for bug reports ONLY. General support can
-be found at the following locations:
+The GitHub issue tracker is for bug reports ONLY. General support can be found at the following locations:
Docs: https://docs.inspircd.org
IRC: irc.inspircd.org #inspircd
diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
index b9129d822..8ce057f8f 100644
--- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
+++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
@@ -4,12 +4,9 @@ about: Request that a new feature is added to InspIRCd.
---
<!--
-*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* 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:
+The GitHub issue tracker is for feature requests ONLY. General support can be found at the following locations:
Docs: https://docs.inspircd.org
IRC: irc.inspircd.org #inspircd
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index bf960efd9..928e331d1 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,6 +1,5 @@
<!--
-Please fill in the template below. Pull requests that do not use this
-template will be closed without warning.
+Please fill in the template below. Pull requests that do not use this template will be closed without warning.
-->
## Summary