doc: add backport checkbox and overhaul GitHub PR template (#1756)

Link: https://github.com/nix-community/stylix/pull/1756

Reviewed-by: awwpotato <awwpotato@voidq.com>
This commit is contained in:
NAHO 2025-07-27 18:20:45 +02:00 committed by GitHub
commit c95c960292
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,26 +1,23 @@
<!-- Describe your PR above, following Stylix commit conventions. -->
## Submission Checklist
<!--
^ Please summarise the changes you have done and explain why they are necessary here ^
Please also link any relevant issues or pull requests e.g. `Closes: #<ISSUE-ID>`
Unless otherwise specified, the following checkboxes are not mandatory, but
drastically accelerate the reviewing and merging process of this PR.
-->
- [ ] <!-- MANDATORY --> 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
## Things done
<!--
Please check what applies. Note that these are not hard requirements but merely
serve as information for reviewers.
-->
- [ ] 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
## Notify maintainers
## Notify Maintainers
<!---
If you are editing an existing target, consider pinging relevant
module maintainers from `modules/<module>/meta.nix`.
Consider pinging relevant module maintainers declared in
`modules/<MODULE>/meta.nix`.
-->