From ad9c0d717ec271c0d1a23d170d0c98b07377539f Mon Sep 17 00:00:00 2001 From: FliegendeWurst Date: Fri, 14 Mar 2025 09:49:10 +0100 Subject: [PATCH] ISSUE_TEMPLATE: avoid using maintainer usernames as headings (part 2) --- .github/ISSUE_TEMPLATE/01_bug_report.yml | 1 + .github/ISSUE_TEMPLATE/02_bug_report_darwin.yml | 1 + .github/ISSUE_TEMPLATE/03_bug_report_nixos.yml | 1 + .github/ISSUE_TEMPLATE/04_build_failure.yml | 1 + .github/ISSUE_TEMPLATE/09_documentation_request.yml | 1 + .github/ISSUE_TEMPLATE/10_unreproducible_package.yml | 1 + 6 files changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/01_bug_report.yml b/.github/ISSUE_TEMPLATE/01_bug_report.yml index c8fd6e419c13..01f1a227f13c 100644 --- a/.github/ISSUE_TEMPLATE/01_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/01_bug_report.yml @@ -102,6 +102,7 @@ body: Please mention the people who are in the **Maintainers** list of the offending package. This is done by by searching for the package on the [NixOS Package Search](https://search.nixos.org/packages) and mentioning the people listed under **Maintainers** by prefixing their GitHub usernames with an '@' character. Please add the mentions above the `---` characters in the template below. value: | + --- **Note for maintainers:** Please tag this issue in your pull request description. (i.e. `Resolves #ISSUE`.) diff --git a/.github/ISSUE_TEMPLATE/02_bug_report_darwin.yml b/.github/ISSUE_TEMPLATE/02_bug_report_darwin.yml index be9f8a705521..16be2865d977 100644 --- a/.github/ISSUE_TEMPLATE/02_bug_report_darwin.yml +++ b/.github/ISSUE_TEMPLATE/02_bug_report_darwin.yml @@ -116,6 +116,7 @@ body: If this issue is related to the Darwin packaging architecture as a whole, or is related to the core Darwin frameworks, consider mentioning the `@NixOS/darwin-core` team. value: | + --- **Note for maintainers:** Please tag this issue in your pull request description. (i.e. `Resolves #ISSUE`.) diff --git a/.github/ISSUE_TEMPLATE/03_bug_report_nixos.yml b/.github/ISSUE_TEMPLATE/03_bug_report_nixos.yml index debbb928aa1a..b285dd11cfb9 100644 --- a/.github/ISSUE_TEMPLATE/03_bug_report_nixos.yml +++ b/.github/ISSUE_TEMPLATE/03_bug_report_nixos.yml @@ -106,6 +106,7 @@ body: If in doubt, check `git blame` for whoever last touched the module, or check the associated package's maintainers. Please add the mentions above the `---` characters. value: | + --- **Note for maintainers:** Please tag this issue in your pull request description. (i.e. `Resolves #ISSUE`.) diff --git a/.github/ISSUE_TEMPLATE/04_build_failure.yml b/.github/ISSUE_TEMPLATE/04_build_failure.yml index 335b3146f25c..c672361dd56a 100644 --- a/.github/ISSUE_TEMPLATE/04_build_failure.yml +++ b/.github/ISSUE_TEMPLATE/04_build_failure.yml @@ -109,6 +109,7 @@ body: Please mention the people who are in the **Maintainers** list of the offending package. This is done by by searching for the package on the [NixOS Package Search](https://search.nixos.org/packages) and mentioning the people listed under **Maintainers** by prefixing their GitHub usernames with an '@' character. Please add the mentions above the `---` characters in the template below. value: | + --- **Note for maintainers:** Please tag this issue in your pull request description. (i.e. `Resolves #ISSUE`.) diff --git a/.github/ISSUE_TEMPLATE/09_documentation_request.yml b/.github/ISSUE_TEMPLATE/09_documentation_request.yml index 5efe7f8c6005..cfa3df26acf8 100644 --- a/.github/ISSUE_TEMPLATE/09_documentation_request.yml +++ b/.github/ISSUE_TEMPLATE/09_documentation_request.yml @@ -48,6 +48,7 @@ body: Please mention the people who are in the **Maintainers** list of the offending package. This is done by by searching for the package on the [NixOS Package Search](https://search.nixos.org/packages) and mentioning the people listed under **Maintainers** by prefixing their GitHub usernames with an '@' character. Please add the mentions above the `---` characters in the template below. value: | + --- **Note for maintainers:** Please tag this issue in your pull request description. (i.e. `Resolves #ISSUE`.) diff --git a/.github/ISSUE_TEMPLATE/10_unreproducible_package.yml b/.github/ISSUE_TEMPLATE/10_unreproducible_package.yml index db4fbbfda091..b554f6f48ef9 100644 --- a/.github/ISSUE_TEMPLATE/10_unreproducible_package.yml +++ b/.github/ISSUE_TEMPLATE/10_unreproducible_package.yml @@ -121,6 +121,7 @@ body: Please mention the people who are in the **Maintainers** list of the offending package. This is done by by searching for the package on the [NixOS Package Search](https://search.nixos.org/packages) and mentioning the people listed under **Maintainers** by prefixing their GitHub usernames with an '@' character. Please add the mentions above the `---` characters in the template below. value: | + --- **Note for maintainers:** Please tag this issue in your pull request description. (i.e. `Resolves #ISSUE`.)