meta: github: update issue template
Also add feature request template.
This commit is contained in:
parent
41903a14b0
commit
2b75633b2c
31
.github/ISSUE_TEMPLATE.md
vendored
31
.github/ISSUE_TEMPLATE.md
vendored
|
@ -1,31 +0,0 @@
|
||||||
<!--
|
|
||||||
|
|
||||||
Don't forget to check if there already exists a relevant issue before
|
|
||||||
creating a new one.
|
|
||||||
|
|
||||||
-->
|
|
||||||
|
|
||||||
### Issue description
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Please describe the issue. For support and help please use the IRC
|
|
||||||
channel #home-manager at irc.oftc.net or Matrix room
|
|
||||||
https://matrix.to/#/#hm:rycee.net instead.
|
|
||||||
-->
|
|
||||||
|
|
||||||
### Meta
|
|
||||||
|
|
||||||
#### Maintainer CC
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Please @ people who are in the `meta.maintainers` list of the
|
|
||||||
offending module. If in doubt, check `git blame` for whoever last
|
|
||||||
touched something.
|
|
||||||
-->
|
|
||||||
|
|
||||||
#### Technical details
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Please run `nix-shell -p nix-info --run "nix-info -m"` and paste the
|
|
||||||
result.
|
|
||||||
-->
|
|
15
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
15
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Ask for a new feature to be added (module, program, etc.)
|
||||||
|
title: ''
|
||||||
|
labels: feature request
|
||||||
|
assignees: nix-community/home-manager
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Note: Please search to see if the feature has already been requested
|
||||||
|
-->
|
||||||
|
|
||||||
|
### Description
|
||||||
|
|
45
.github/ISSUE_TEMPLATE/issue.yaml
vendored
Normal file
45
.github/ISSUE_TEMPLATE/issue.yaml
vendored
Normal file
|
@ -0,0 +1,45 @@
|
||||||
|
name: Bug Report
|
||||||
|
description: File a bug/issue
|
||||||
|
title: 'bug: '
|
||||||
|
labels: [bug, triage]
|
||||||
|
|
||||||
|
assignees:
|
||||||
|
- nix-community/home-manager
|
||||||
|
|
||||||
|
body:
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: Is there an existing issue for this?
|
||||||
|
description: |
|
||||||
|
Please search to see if an issue already exists for the bug you encountered.
|
||||||
|
options:
|
||||||
|
- label: I have searched the existing issues
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Issue description
|
||||||
|
description: |
|
||||||
|
Please describe the issue.
|
||||||
|
|
||||||
|
For support and help please use the IRC channel #home-manager at irc.oftc.net or
|
||||||
|
Matrix room <https://matrix.to/#/#hm:rycee.net> instead.
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Maintainer CC
|
||||||
|
description: |
|
||||||
|
Please @ people who are in the `meta.maintainers` list of the offending module.
|
||||||
|
If in doubt, check `git blame` for whoever last touched something.
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: textarea
|
||||||
|
id: system
|
||||||
|
attributes:
|
||||||
|
label: System information
|
||||||
|
description: |
|
||||||
|
Please run `nix-shell -p nix-info --run "nix-info -m"` and paste the result.
|
||||||
|
render: markdown
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
Loading…
Reference in a new issue