]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Add a feature request issue template.
authorPeter Powell <petpow@saberuk.com>
Sun, 6 Oct 2019 11:05:51 +0000 (12:05 +0100)
committerPeter Powell <petpow@saberuk.com>
Sun, 6 Oct 2019 11:07:16 +0000 (12:07 +0100)
.github/ISSUE_TEMPLATE.md [deleted file]
.github/ISSUE_TEMPLATE/BUG_REPORT.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md [new file with mode: 0644]
.github/SECURITY.md

diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
deleted file mode 100644 (file)
index dc4ad49..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<!-- 
----------------------------------------------------
-GENERAL SUPPORT INFORMATION
----------------------------------------------------
-
-The GitHub issue tracker is for bug reports and feature requests.
-General support can be found at the following locations:
-
-Docs: https://docs.inspircd.org
-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**
-
-<!--
-Briefly describe the problem you are having in a few paragraphs.
--->
-
-**Steps to reproduce the issue:**
-
-1.
-2.
-3.
-
-**Describe the results you received:**
-
-
-**Describe the results you expected:**
-
-
-**Additional information you deem important (e.g. issue happens only occasionally):**
-
-**Output of `./bin/inspircd --version`:**
-
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md
new file mode 100644 (file)
index 0000000..81a5fca
--- /dev/null
@@ -0,0 +1,44 @@
+---
+name: Bug report
+about: Report a non-security issue with InspIRCd.
+---
+
+<!-- 
+---------------------------------------------------
+GENERAL SUPPORT INFORMATION
+---------------------------------------------------
+
+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
+
+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**
+
+<!--
+Briefly describe the problem you are having in a few paragraphs.
+-->
+
+**Steps to reproduce the issue:**
+
+1.
+2.
+3.
+
+**Describe the results you received:**
+
+
+**Describe the results you expected:**
+
+
+**Additional information you deem important (e.g. issue happens only occasionally):**
+
+**Output of `./bin/inspircd --version`:**
+
diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
new file mode 100644 (file)
index 0000000..0e96984
--- /dev/null
@@ -0,0 +1,34 @@
+---
+name: Feature request
+about: Request that a new feature is added to InspIRCd.
+---
+
+<!-- 
+---------------------------------------------------
+GENERAL SUPPORT INFORMATION
+---------------------------------------------------
+
+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
+
+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**
+
+<!--
+Briefly describe the problem you are having in a few paragraphs.
+-->
+
+**Why this would be useful**
+
+
+<!--
+Briefly describe why the feature would be useful.
+-->
index 0fe39f8e46231e9a38a3b0b78f01007ce2a5a5ea..94e5b60e449e9cd57d9f167fb499361d909f65d0 100644 (file)
@@ -2,7 +2,7 @@
 
 ## Supported Versions
 
 
 ## Supported Versions
 
-Currently the v2 (old stable) and v3 (stable) branches are actively receiving security fixes. Support for v2 will end on 2019-06-01.
+Currently the v2 (old stable) and v3 (stable) branches are actively receiving security fixes. Support for v2 will end on 2020-06-01.
 
 The v4 branch is still early in development and only receives security fixes when they are synced from the v3 branch.
 
 
 The v4 branch is still early in development and only receives security fixes when they are synced from the v3 branch.