From dfe78d4f945257eec34820a5ba990fa9dfe79e69 Mon Sep 17 00:00:00 2001 From: mainrs <5113257+mainrs@users.noreply.github.com> Date: Wed, 2 Feb 2022 22:40:38 +0100 Subject: [PATCH 1/5] chore: add question issue template --- .github/ISSUE_TEMPLATE/question.yaml | 47 ++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/question.yaml diff --git a/.github/ISSUE_TEMPLATE/question.yaml b/.github/ISSUE_TEMPLATE/question.yaml new file mode 100644 index 000000000..d7be1d3f3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.yaml @@ -0,0 +1,47 @@ +name: Question +description: Ask a question +title: 'question: ' +labels: [question] + +body: +- type: textarea + id: question + attributes: + label: Question + validations: + required: true +- type: textarea + id: maintainers + attributes: + label: Maintainer CC + description: | + Please @ people who are in the `meta.maintainers` list of the module in question. + If in doubt, check `git blame` for whoever last touched something. + validations: + required: false + +- type: markdown + attributes: + value: | + Information about how you use nix and home-manager and your system that runs them. +- type: textarea + id: system + attributes: + label: System + description: Please run `nix-shell -p nix-info --run "nix-info -m"` and paste the output below. + render: markdown + validations: + required: true +- type: checkboxes + id: usage + attributes: + label: Usage + options: + - label: Do you use nix flakes? + required: false + - label: Do you use home-manager as a standalone program? + required: false + - label: Do you use home-manager as a NixOS module? + required: false + validations: + required: false From e831c99d65d85936a76702b131a9a76987312950 Mon Sep 17 00:00:00 2001 From: mainrs <5113257+mainrs@users.noreply.github.com> Date: Thu, 3 Feb 2022 04:48:53 +0100 Subject: [PATCH 2/5] Update .github/ISSUE_TEMPLATE/question.yaml Co-authored-by: Nicolas Berbiche --- .github/ISSUE_TEMPLATE/question.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/question.yaml b/.github/ISSUE_TEMPLATE/question.yaml index d7be1d3f3..41ba8cf02 100644 --- a/.github/ISSUE_TEMPLATE/question.yaml +++ b/.github/ISSUE_TEMPLATE/question.yaml @@ -3,6 +3,8 @@ description: Ask a question title: 'question: ' labels: [question] +assignees: [rycee, berbiche] + body: - type: textarea id: question From 1f4c7d89911a0bfad262e23a2c2a33f699d21098 Mon Sep 17 00:00:00 2001 From: mainrs <5113257+mainrs@users.noreply.github.com> Date: Thu, 3 Feb 2022 04:49:08 +0100 Subject: [PATCH 3/5] Update .github/ISSUE_TEMPLATE/question.yaml Co-authored-by: Nicolas Berbiche --- .github/ISSUE_TEMPLATE/question.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/question.yaml b/.github/ISSUE_TEMPLATE/question.yaml index 41ba8cf02..c349e2526 100644 --- a/.github/ISSUE_TEMPLATE/question.yaml +++ b/.github/ISSUE_TEMPLATE/question.yaml @@ -41,9 +41,11 @@ body: options: - label: Do you use nix flakes? required: false - - label: Do you use home-manager as a standalone program? + - label: Do you use Home Manager as a standalone program? required: false - - label: Do you use home-manager as a NixOS module? + - label: Do you use Home Manager as a NixOS module? + required: false + - label: Do you use Home Manager as a nix-darwin module? required: false validations: required: false From 44593d50e57025f5082b67a93b605d3d501b8bf1 Mon Sep 17 00:00:00 2001 From: mainrs <5113257+mainrs@users.noreply.github.com> Date: Thu, 3 Feb 2022 04:49:18 +0100 Subject: [PATCH 4/5] Update .github/ISSUE_TEMPLATE/question.yaml Co-authored-by: Nicolas Berbiche --- .github/ISSUE_TEMPLATE/question.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/question.yaml b/.github/ISSUE_TEMPLATE/question.yaml index c349e2526..f790b3d3b 100644 --- a/.github/ISSUE_TEMPLATE/question.yaml +++ b/.github/ISSUE_TEMPLATE/question.yaml @@ -20,7 +20,7 @@ body: Please @ people who are in the `meta.maintainers` list of the module in question. If in doubt, check `git blame` for whoever last touched something. validations: - required: false + required: true - type: markdown attributes: From 3807c94a2bd1087a52f421a4431ac4349788762e Mon Sep 17 00:00:00 2001 From: mainrs <5113257+mainrs@users.noreply.github.com> Date: Thu, 3 Feb 2022 04:49:27 +0100 Subject: [PATCH 5/5] Update .github/ISSUE_TEMPLATE/question.yaml Co-authored-by: Nicolas Berbiche --- .github/ISSUE_TEMPLATE/question.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/question.yaml b/.github/ISSUE_TEMPLATE/question.yaml index f790b3d3b..8c98fa922 100644 --- a/.github/ISSUE_TEMPLATE/question.yaml +++ b/.github/ISSUE_TEMPLATE/question.yaml @@ -25,7 +25,7 @@ body: - type: markdown attributes: value: | - Information about how you use nix and home-manager and your system that runs them. + Information about how you use Nix and Home Manager and your system that runs them. - type: textarea id: system attributes: