From 00309532fc20d86334321a8a5802acf46484e110 Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Fri, 25 Jul 2025 19:09:35 +0200 Subject: [PATCH 1/2] doc: add backport checkbox to GitHub PR template --- .github/PULL_REQUEST_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8addf62b..62f7ae41 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,7 +6,7 @@ Please also link any relevant issues or pull requests e.g. `Closes: #` --> -## Things done +## Submission Checklist + ## Submission Checklist -- [ ] Tested [locally](https://nix-community.github.io/stylix/modules.html#development-setup) -- [ ] Tested in [testbed](https://nix-community.github.io/stylix/testbeds.html) -- [ ] Commit message follows [commit convention](https://nix-community.github.io/stylix/commit_convention.html) -- [ ] Fits [style guide](https://nix-community.github.io/stylix/styling.html) -- [ ] Respects license of any existing code used -- [ ] Backport this PR to current stable branch +- [ ] I certify that I have the right to submit this contribution under the [MIT license](https://github.com/nix-community/stylix/blob/master/LICENSE) +- [ ] Commit messages adhere to [Stylix commit conventions](https://nix-community.github.io/stylix/commit_convention.html) +- [ ] Theming changes adhere to the [Stylix style guide](https://nix-community.github.io/stylix/styling.html) +- [ ] Changes have been [tested locally](https://nix-community.github.io/stylix/modules.html#development-setup) +- [ ] Changes have been [tested in testbeds](https://nix-community.github.io/stylix/testbeds.html) +- [ ] Each commit in this PR is suitable for backport to the current stable branch -## Notify maintainers +## Notify Maintainers