From 7dc9972d390d7b69876471a54c361669bb1e59d0 Mon Sep 17 00:00:00 2001 From: Ben Hall Date: Sat, 18 Oct 2025 22:04:25 +0100 Subject: [PATCH 1/3] Add .github/CODEOWNERS --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..001e8352 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @TicketsBot-cloud/core-team \ No newline at end of file From f06881868f14252c88b915f3ee48c4277315bd6f Mon Sep 17 00:00:00 2001 From: Ben Hall Date: Sat, 18 Oct 2025 22:04:26 +0100 Subject: [PATCH 2/3] Add .github/FUNDING.yml --- .github/FUNDING.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..85649fb7 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +patreon: ticketsbot-cloud \ No newline at end of file From f4efaac455ab5505ee9b76a97721f70aa4aac22a Mon Sep 17 00:00:00 2001 From: Ben Hall Date: Sat, 18 Oct 2025 22:04:27 +0100 Subject: [PATCH 3/3] Add .github/pull_request_template.md --- .github/pull_request_template.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..08429d94 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,18 @@ +## Description + + +## Type of Change +- [ ] Bug fix +- [ ] New feature +- [ ] Breaking change + +## Testing + + +## Checklist +- [ ] My code follows the style of this project +- [ ] I have performed a self-review of my own code +- [ ] I have commented my code, particularly in hard-to-understand areas +- [ ] I have made corresponding changes to the documentation +- [ ] My changes generate no new warnings +- [ ] I have added tests that prove my fix is effective or that my feature works