Skip to content

Commit

Permalink
Add ability to request maintainer feedback in issues (#90) (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
uefibot authored Jan 24, 2023
1 parent e385e40 commit 87fece9
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,18 @@ body:
validations:
required: true

- type: dropdown
id: needs_maintainer_feedback
attributes:
label: Do you need maintainer feedback?
description: Indicate if you would like a maintainer to provide feedback on this submission.
multiple: false
options:
- No maintainer feedback needed
- Maintainer feedback requested
validations:
required: true

- type: textarea
id: anything_else
attributes:
Expand Down
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,18 @@ body:
validations:
required: true

- type: dropdown
id: needs_maintainer_feedback
attributes:
label: Do you need maintainer feedback?
description: Indicate if you would like a maintainer to provide feedback on this submission.
multiple: false
options:
- No maintainer feedback needed
- Maintainer feedback requested
validations:
required: true

- type: textarea
id: anything_else
attributes:
Expand Down
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,18 @@ body:
validations:
required: true

- type: dropdown
id: needs_maintainer_feedback
attributes:
label: Do you need maintainer feedback?
description: Indicate if you would like a maintainer to provide feedback on this submission.
multiple: false
options:
- No maintainer feedback needed
- Maintainer feedback requested
validations:
required: true

- type: textarea
id: anything_else
attributes:
Expand Down
7 changes: 7 additions & 0 deletions .github/advanced-issue-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,10 @@ policy:
'Someone else needs to make the change',
'Someone else needs to implement the feature'
]

# Issue Template - Needs Maintainer Feedback Dropdown
- id: ['needs_maintainer_feedback']
block-list: []
label:
- name: 'state:needs-maintainer-feedback'
keys: ['Maintainer feedback requested']

0 comments on commit 87fece9

Please sign in to comment.