github: ensure using the right branch of Home Manager
This commit is contained in:
parent
70d5929885
commit
9cf40a43fc
11
.github/ISSUE_TEMPLATE/issue.yaml
vendored
11
.github/ISSUE_TEMPLATE/issue.yaml
vendored
|
@ -8,6 +8,17 @@ labels: [bug, triage]
|
||||||
assignees: [rycee, berbiche, sumnerevans]
|
assignees: [rycee, berbiche, sumnerevans]
|
||||||
|
|
||||||
body:
|
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
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Is there an existing issue for this?
|
label: Is there an existing issue for this?
|
||||||
|
|
Loading…
Reference in a new issue