1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 19:34:48 +02:00

Add some templates for people filing issues on GitHub.

This commit is contained in:
Sadie Powell
2023-07-30 12:14:00 +01:00
parent 97f6aadd5b
commit 1343be58d7
4 changed files with 87 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
---
name: Bug report
about: Report a non-security issue with Anope.
---
<!--
Please fill in the template below. It will help us process your bug report a lot faster.
-->
**Description**
**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 `services --version`:**
+15
View File
@@ -0,0 +1,15 @@
---
name: Feature request
about: Request that a new feature is added to Anope.
---
<!--
Please fill in the template below. It will help us process your feature request a lot faster.
-->
**Description**
**Why this would be useful**
+1
View File
@@ -0,0 +1 @@
blank_issues_enabled: false
+38
View File
@@ -0,0 +1,38 @@
<!--
Please fill in the template below. Pull requests that do not use this template will be closed without warning.
-->
## Summary
<!--
Briefly describe what this pull request changes.
-->
## Rationale
<!--
Describe why you have made this change.
-->
## Testing Environment
<!--
Describe the environment in which you have tested this change:
-->
I have tested this pull request on:
**Operating system name and version:** <!-- e.g. Linux 3.11 -->
**Compiler name and version:** <!-- e.g. GCC 4.2.0 -->
## Checks
<!--
Tick the boxes for the checks you have made.
-->
I have ensured that:
- [ ] This pull request does not introduce any incompatible API changes.
- [ ] If ABI changes have been made I have incremented MODULE_ABI in `moduledefs.h`.
- [ ] I have documented any features added by this pull request.