chore: add question issue template

This commit is contained in:
mainrs 2022-02-02 22:40:38 +01:00
parent a52aed72c8
commit dfe78d4f94
No known key found for this signature in database
GPG key ID: A19419944F6A7483

47
.github/ISSUE_TEMPLATE/question.yaml vendored Normal file
View 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