From d9a4000d909c774b534881afa572302a4449a7a7 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Sun, 15 Jun 2025 18:27:13 +0200 Subject: [PATCH] doc: add link to `PULL_REQUEST_TEMPLATE.md` (#1504) --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4a187a2f..8addf62b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,7 +12,7 @@ Please also link any relevant issues or pull requests e.g. `Closes: #` Please check what applies. Note that these are not hard requirements but merely serve as information for reviewers. --> -- [ ] Tested locally +- [ ] 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)