meta: github: fix issue template assignees
This commit is contained in:
parent
6c984bd675
commit
784da32958
2
.github/ISSUE_TEMPLATE/feature-request.md
vendored
2
.github/ISSUE_TEMPLATE/feature-request.md
vendored
|
@ -3,7 +3,7 @@ name: Feature request
|
||||||
about: Ask for a new feature to be added (module, program, etc.)
|
about: Ask for a new feature to be added (module, program, etc.)
|
||||||
title: ''
|
title: ''
|
||||||
labels: feature request
|
labels: feature request
|
||||||
assignees: nix-community/home-manager
|
assignees: rycee, berbiche, sumnerevans
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
5
.github/ISSUE_TEMPLATE/issue.yaml
vendored
5
.github/ISSUE_TEMPLATE/issue.yaml
vendored
|
@ -3,8 +3,9 @@ description: File a bug/issue
|
||||||
title: 'bug: '
|
title: 'bug: '
|
||||||
labels: [bug, triage]
|
labels: [bug, triage]
|
||||||
|
|
||||||
assignees:
|
# We cannot use nix-community/home-manager
|
||||||
- nix-community/home-manager
|
# See https://github.com/dear-github/dear-github/issues/170
|
||||||
|
assignees: [rycee, berbiche, sumnerevans]
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
|
|
Loading…
Reference in a new issue