From 59b085288e9975487c5f9880a67ecd7d3fde447b Mon Sep 17 00:00:00 2001 From: Rye Date: Sat, 14 Mar 2026 18:42:19 +0100 Subject: [PATCH 1/2] Update pull request template for clarity and consistency --- .github/PULL_REQUEST_TEMPLATE.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d481c26ba..df4000df0 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,22 +1,30 @@ - + ### Description - + Fixes # #### Type of change -- [ ] Bug fix (non-breaking change which fixes an issue) -- [ ] New feature (non-breaking change which adds functionality) -- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +- [ ] Bug fix (non-breaking change that fixes an issue) +- [ ] New feature (non-breaking change that adds functionality) +- [ ] Breaking change (a fix or feature that causes existing functionality to not work as expected) - [ ] This change requires a documentation update -### Checklist: +### Checklist - [ ] My code follows the style guidelines of this project -- [ ] I have performed a self-review of my own code +- [ ] I have performed a self-review of my 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 created the [required changeset for my changes](https://github.com/SableClient/Sable/blob/dev/CONTRIBUTING.md#documenting-a-change) + +### Generative AI + +Was generative AI used to create code for this change? + +- [ ] No generative AI was used +- [ ] Generative AI was used, and the [restrictions described in our contribution guidelines were followed](https://github.com/SableClient/Sable/blob/dev/CONTRIBUTING.md#restrictions-on-generative-ai-usage) From 25f124bd6e354e5c6bde8dcc6c2ad59718b093fa Mon Sep 17 00:00:00 2001 From: Rose Date: Sat, 14 Mar 2026 21:34:28 +0100 Subject: [PATCH 2/2] Remove generative AI section from PR template Removed the section regarding generative AI usage from the pull request template. --- .github/PULL_REQUEST_TEMPLATE.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index df4000df0..711d5693b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -21,10 +21,3 @@ Fixes # - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have created the [required changeset for my changes](https://github.com/SableClient/Sable/blob/dev/CONTRIBUTING.md#documenting-a-change) - -### Generative AI - -Was generative AI used to create code for this change? - -- [ ] No generative AI was used -- [ ] Generative AI was used, and the [restrictions described in our contribution guidelines were followed](https://github.com/SableClient/Sable/blob/dev/CONTRIBUTING.md#restrictions-on-generative-ai-usage)