1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-31 04:04:32 +00:00
This commit is contained in:
Sven 2025-03-26 10:43:23 +00:00 committed by GitHub
commit 81743dadbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

51
.github/ISSUE_TEMPLATE/question.yaml vendored Normal file
View file

@ -0,0 +1,51 @@
name: Question
description: Ask a question
title: 'question: '
labels: [question]
assignees: [rycee, berbiche]
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: true
- 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
- label: Do you use Home Manager as a nix-darwin module?
required: false
validations:
required: false