From d891f2bcbd1152a3845ea092e8233cd13e5624f8 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 15 Apr 2025 13:47:55 +0100 Subject: Sync the GitHub templates with the ones InspIRCd uses. --- .github/ISSUE_TEMPLATE/BUG.yml | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/BUG.yml b/.github/ISSUE_TEMPLATE/BUG.yml index 6ecf407f1..f104f89a7 100644 --- a/.github/ISSUE_TEMPLATE/BUG.yml +++ b/.github/ISSUE_TEMPLATE/BUG.yml @@ -5,7 +5,7 @@ body: - type: markdown attributes: value: | - Thanks for taking the time to fill out this bug report! + Thanks for taking the time to fill out this bug report! Please make sure to answer the questions properly and don't just enter the same text into every field as this will make it harder for us to fix your bug. If you're looking for help with setting up your services please post on [our support forum](https://github.com/orgs/anope/discussions/categories/support) instead. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5fe0ba7e3..ab7785320 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -24,3 +24,16 @@ I have tested this pull request on: **Operating system name and version:** **Compiler name and version:** + +## Checks + + + +I have ensured that: + +- [ ] The code I am submitting is my own work and/or I have permission from the author to share it. +- [ ] Generative AI (Copilot, ChatGPT, etc) was not used to create any part of this pull request. +- [ ] I have documented any features added by this pull request. +- [ ] This pull request does not introduce any incompatible API changes (stable branches only, delete if not applicable). -- cgit