Skip to content

Commit 4873ab3

Browse files
Adds field for serverless release date to docs issue template (#1389)
Adds a field to the "Internal documentation request" issue template to allow stakeholders to specify a serverless release date/week for new features. Copied from the template in `security-docs`.
1 parent ed1cc85 commit 4873ab3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/ISSUE_TEMPLATE/b-internal-request.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,14 @@ body:
6868
default: 0
6969
validations:
7070
required: true
71+
- type: input
72+
id: release-serverless
73+
attributes:
74+
label: Serverless release
75+
description: When do you expect the feature to be promoted and available in the _**serverless production environment**_?
76+
placeholder: The week of April 1, 2024
77+
validations:
78+
required: true
7179
- type: dropdown
7280
id: collaboration
7381
attributes:

0 commit comments

Comments
 (0)