diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-12-02 20:13:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-02 20:13:24 +0100 |
commit | b4b13382f4a5a39cf9c6750c423402373a0de8a1 (patch) | |
tree | 57e46b313d8f8e1adf8503129b9536b3a3f518e4 /.github/PULL_REQUEST_TEMPLATE/pull_request_template.md | |
parent | c5821503605797b33439ae6bd3f4b18ac83ccb39 (diff) | |
parent | 5b954123282f7d795f4265b02c65b8bc79d28cf3 (diff) |
Merge pull request #7387 from fricklerhandwerk/upvote-convention
encourage adding 👍 to express interest
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE/pull_request_template.md')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE/pull_request_template.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md index 537aa0909..5311be01f 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -5,3 +5,7 @@ Please include relevant [release notes](https://github.com/NixOS/nix/blob/master **Testing** If this issue is a regression or something that should block release, please consider including a test either in the [testsuite](https://github.com/NixOS/nix/tree/master/tests) or as a [hydraJob]( https://github.com/NixOS/nix/blob/master/flake.nix#L396) so that it can be part of the [automatic checks](https://hydra.nixos.org/jobset/nix/master). + +**Priorities** + +Add :+1: to [pull requests you find important](https://github.com/NixOS/nix/pulls?q=is%3Aopen+sort%3Areactions-%2B1-desc). |