From 8fce91704d59dbe5bf0d76b166866ed33f2359c9 Mon Sep 17 00:00:00 2001 From: Daniel Thwaites Date: Sat, 29 Mar 2025 23:09:03 +0000 Subject: [PATCH] doc: add license check to PR template (#1072) This serves as a reminder to check licenses properly. It's intentionally vague to avoid giving wrong advice. --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index cb180895..6c8b1ca7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -16,6 +16,7 @@ serve as information for reviewers. - [ ] Tested in [testbed](https://stylix.danth.me/testbeds.html) - [ ] Commit message follows [commit convention](https://stylix.danth.me/commit_convention.html) - [ ] Fits [style guide](https://stylix.danth.me/styling.html) +- [ ] Respects license of any existing code used ## Notify maintainers