From 4c5dbaebb63e7563d38d953cadeb738a74dfff6c Mon Sep 17 00:00:00 2001 From: Ben Hall Date: Sat, 18 Oct 2025 22:02:24 +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 0000000..001e835 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @TicketsBot-cloud/core-team \ No newline at end of file From 34c777b7aec01edd68984c8a60ca47b4dd5266d3 Mon Sep 17 00:00:00 2001 From: Ben Hall Date: Sat, 18 Oct 2025 22:02:25 +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 0000000..85649fb --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +patreon: ticketsbot-cloud \ No newline at end of file From 8597b21092e6a2c8cd05ee005f03bc24758409c6 Mon Sep 17 00:00:00 2001 From: Ben Hall Date: Sat, 18 Oct 2025 22:02:26 +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 0000000..08429d9 --- /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