chore: add question issue template
This commit is contained in:
parent
a52aed72c8
commit
dfe78d4f94
47
.github/ISSUE_TEMPLATE/question.yaml
vendored
Normal file
47
.github/ISSUE_TEMPLATE/question.yaml
vendored
Normal file
|
@ -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
|
Loading…
Reference in a new issue