mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
github: ensure using the right branch of Home Manager
This commit is contained in:
parent
70d5929885
commit
9cf40a43fc
1 changed files with 11 additions and 0 deletions
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]
|
||||
|
||||
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?
|
||||
|
|
Loading…
Reference in a new issue