From 26fff2561e4ddacb22b80ee21ee526deec474272 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Wed, 13 Aug 2025 09:49:04 +0200 Subject: [PATCH 1/2] Add issue template config Adds links to contact options when creating a new issue. https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser --- .github/ISSUE_TEMPLATE/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..67200e4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,7 @@ +contact_links: + - name: Contact the Committer Delegation Team via group message on Discourse + url: https://discourse.nixos.org/g/nixpkgs-nominations + about: For private inquiries and suggestions. + - name: Contact the individual Committer Delegation Team members + url: https://github.com/NixOS/org/blob/main/doc/nixpkgs-committers.md#team + about: For private inquiries and suggestions. From 3c5015258dc4d2ce600bf10a7f2292ab56d87d42 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Wed, 13 Aug 2025 09:53:01 +0200 Subject: [PATCH 2/2] Add nomination issue template A new, more organized way to nominate Nixpkgs committers. https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-templates --- .github/ISSUE_TEMPLATE/01_nomination.yml | 25 ++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/01_nomination.yml diff --git a/.github/ISSUE_TEMPLATE/01_nomination.yml b/.github/ISSUE_TEMPLATE/01_nomination.yml new file mode 100644 index 0000000..8678bb4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/01_nomination.yml @@ -0,0 +1,25 @@ +name: Committer Nomination +description: Nominate a user for Nixpkgs commit access. +title: "[Nomination]: " +labels: ["nomination"] +assignees: + - @NixOS/commit-bit-delegation +body: + - type: input + id: user + attributes: + label: GitHub user name + placeholder: octocat + validations: + required: true + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: textarea + id: reason + attributes: + label: Reason + description: Why I are you nominating this person? Please include links to their relevant PR and reviewing activity. + validations: + required: true