From 192d953bc2cde8f9ea2d590e99ca154d4cfd8ede Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 21 Nov 2023 20:36:04 +0100 Subject: [PATCH] .github: removing "Priorities" heading Where this was a markdown heading, it sometimes had the wrong weight so it appeared as if it was a subheading of the previous section, and some people feel the word "Priorities" creates misleading expectations. Link: https://github.com/NixOS/nixpkgs/pull/203969/files#r1037761779 --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/build_failure.md | 2 +- .github/ISSUE_TEMPLATE/missing_documentation.md | 2 +- .github/ISSUE_TEMPLATE/out_of_date_package_report.md | 2 +- .github/ISSUE_TEMPLATE/packaging_request.md | 2 +- .github/ISSUE_TEMPLATE/unreproducible_package.md | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ab576c98b6e0..d0473b9473fb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -40,7 +40,7 @@ Please run `nix-shell -p nix-info --run "nix-info -m"` and paste the result. output here ``` -### Priorities +--- Add a :+1: [reaction] to [issues you find important]. diff --git a/.github/ISSUE_TEMPLATE/build_failure.md b/.github/ISSUE_TEMPLATE/build_failure.md index ce56a198d452..cd01f2b063c0 100644 --- a/.github/ISSUE_TEMPLATE/build_failure.md +++ b/.github/ISSUE_TEMPLATE/build_failure.md @@ -38,7 +38,7 @@ Please run `nix-shell -p nix-info --run "nix-info -m"` and paste the result. output here ``` -### Priorities +--- Add a :+1: [reaction] to [issues you find important]. diff --git a/.github/ISSUE_TEMPLATE/missing_documentation.md b/.github/ISSUE_TEMPLATE/missing_documentation.md index fea51087a2af..6f8e583bd346 100644 --- a/.github/ISSUE_TEMPLATE/missing_documentation.md +++ b/.github/ISSUE_TEMPLATE/missing_documentation.md @@ -30,7 +30,7 @@ assignees: '' [open documentation issues]: https://github.com/NixOS/nixpkgs/issues?q=is%3Aissue+is%3Aopen+label%3A%229.needs%3A+documentation%22 [open documentation pull requests]: https://github.com/NixOS/nixpkgs/pulls?q=is%3Aopen+is%3Apr+label%3A%228.has%3A+documentation%22%2C%226.topic%3A+documentation%22 -### Priorities +--- Add a :+1: [reaction] to [issues you find important]. diff --git a/.github/ISSUE_TEMPLATE/out_of_date_package_report.md b/.github/ISSUE_TEMPLATE/out_of_date_package_report.md index 7c446a8e9b33..802f47935aee 100644 --- a/.github/ISSUE_TEMPLATE/out_of_date_package_report.md +++ b/.github/ISSUE_TEMPLATE/out_of_date_package_report.md @@ -27,7 +27,7 @@ There's a high chance that you'll have the new version right away while helping Note for maintainers: Please tag this issue in your PR. -**Priorities** +--- Add a :+1: [reaction] to [issues you find important]. diff --git a/.github/ISSUE_TEMPLATE/packaging_request.md b/.github/ISSUE_TEMPLATE/packaging_request.md index f85b391b9de3..021c9060ebe5 100644 --- a/.github/ISSUE_TEMPLATE/packaging_request.md +++ b/.github/ISSUE_TEMPLATE/packaging_request.md @@ -18,7 +18,7 @@ assignees: '' * license: mit, bsd, gpl2+ , ... * platforms: unix, linux, darwin, ... -**Priorities** +--- Add a :+1: [reaction] to [issues you find important]. diff --git a/.github/ISSUE_TEMPLATE/unreproducible_package.md b/.github/ISSUE_TEMPLATE/unreproducible_package.md index 4b1c322c1153..dd19abaf7588 100644 --- a/.github/ISSUE_TEMPLATE/unreproducible_package.md +++ b/.github/ISSUE_TEMPLATE/unreproducible_package.md @@ -86,7 +86,7 @@ nix log $(nix path-info --derivation nixpkgs#) (please share the relevant fragment of the diffoscope output here, and any additional analysis you may have done) -### Priorities +--- Add a :+1: [reaction] to [issues you find important]. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 42c2f78d52ab..e3ea0f152c6c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -41,7 +41,7 @@ List of open PRs: https://github.com/NixOS/nixpkgs/pulls Reviewing guidelines: https://nixos.org/manual/nixpkgs/unstable/#chap-reviewing-contributions --> -### Priorities +--- Add a :+1: [reaction] to [pull requests you find important].