From 7ae0729ae515ebccfb960ef7b95347c65fddde88 Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Tue, 21 Nov 2023 07:00:18 +0100 Subject: Encourage +1's for prioritisation Adds a small text to each issue and the PR template to encourage people to use :+1:'s for issues they're also interested in. See https://github.com/NixOS/nix.dev/issues/359 for more information Co-Authored-By: Valentin Gagarin --- .github/ISSUE_TEMPLATE/packaging_request.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.github/ISSUE_TEMPLATE/packaging_request.md') diff --git a/.github/ISSUE_TEMPLATE/packaging_request.md b/.github/ISSUE_TEMPLATE/packaging_request.md index a76741fa8e6a0..f85b391b9de3c 100644 --- a/.github/ISSUE_TEMPLATE/packaging_request.md +++ b/.github/ISSUE_TEMPLATE/packaging_request.md @@ -17,3 +17,10 @@ assignees: '' * source URL: * license: mit, bsd, gpl2+ , ... * platforms: unix, linux, darwin, ... + +**Priorities** + +Add a :+1: [reaction] to [issues you find important]. + +[reaction]: https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/ +[issues you find important]: https://github.com/NixOS/nixpkgs/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc -- cgit 1.4.1