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.)
|
||||
title: ''
|
||||
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: '
|
||||
labels: [bug, triage]
|
||||
|
||||
assignees:
|
||||
- nix-community/home-manager
|
||||
# We cannot use nix-community/home-manager
|
||||
# See https://github.com/dear-github/dear-github/issues/170
|
||||
assignees: [rycee, berbiche, sumnerevans]
|
||||
|
||||
body:
|
||||
- type: checkboxes
|
||||
|
|
Loading…
Reference in a new issue