We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28f6741 commit f0e905fCopy full SHA for f0e905f
.github/ISSUE_TEMPLATE/6_registry_update.yml
@@ -3,9 +3,17 @@ description: ⚠️ Request for an emergency registry update
3
title: "[Maintenance]: Promote stack <name> changes to production"
4
labels:
5
- area/registry
6
-assignees:
7
- - michael-valdron
8
body:
+ - type: input
+ attributes:
9
+ label: Task Assignee
10
+ description: |
11
+ The assignee for the task of updating the stack in question. Usually should be devfile/devfile-registry-maintainers
12
+ unless otherwise specified.
13
+ placeholder: '@devfile/devfile-registry-maintainers'
14
+ value: '@devfile/devfile-registry-maintainers'
15
+ validations:
16
+ required: true
17
- type: textarea
18
attributes:
19
label: Request Details
0 commit comments