diff options
author | Sadie Powell <sadie@witchery.services> | 2023-08-06 13:36:27 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2023-08-06 13:36:27 +0100 |
commit | adf820c08a0cdd404ce266da38c240390b43f0d0 (patch) | |
tree | bf17318745c9d16b739ce72e873c880b21dd2e55 /.github | |
parent | 377ba87d52ce131ffba3a78f877da7230c9a1330 (diff) | |
parent | 0715db71829786ec98c6922a9e32077ae396c87e (diff) |
Merge branch 2.0 into 2.1.
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/BUG_REPORT.md | 33 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 15 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 1 | ||||
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 26 |
4 files changed, 75 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md new file mode 100644 index 000000000..99e497e8d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -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`:** + diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md new file mode 100644 index 000000000..a2191c0e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -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** + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..3ba13e0ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..5fe0ba7e3 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,26 @@ +<!-- +Please fill in the template below. It will help us process your pull request a lot faster. +--> + +## 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 --> |