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 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.