From 9cf40a43fce5c0eab563435b4dd719b1ea610d40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Na=C3=AFm=20Favier?= Date: Wed, 20 Jul 2022 23:11:00 +0200 Subject: [PATCH] github: ensure using the right branch of Home Manager --- .github/ISSUE_TEMPLATE/issue.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/issue.yaml b/.github/ISSUE_TEMPLATE/issue.yaml index e7a0dc3c..fb0f0a6b 100644 --- a/.github/ISSUE_TEMPLATE/issue.yaml +++ b/.github/ISSUE_TEMPLATE/issue.yaml @@ -8,6 +8,17 @@ labels: [bug, triage] assignees: [rycee, berbiche, sumnerevans] body: +- type: checkboxes + attributes: + label: Are you following the right branch? + description: | + You should follow the branch of Home Manager that corresponds to your + version of Nixpkgs; see + [the README](https://github.com/nix-community/home-manager#releases) + for details. + options: + - label: My Nixpkgs and Home Manager versions are in sync + required: true - type: checkboxes attributes: label: Is there an existing issue for this?