Skip to content

Commit e185058

Browse files
Add to scenario template
1 parent 2b76928 commit e185058

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/ISSUE_TEMPLATE/2-sample_scenario.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name: "Sample Scenario"
44
description: "Suggest a new API Management Sample Scenario."
55
title: "[Scenario]: <title>"
6-
labels: ["triage"]
6+
labels: ["triage", "scenario"]
77
type: "Feature"
88
assignees:
99
- simonkurtz-MSFT
@@ -23,3 +23,12 @@ body:
2323
placeholder: "Please describe the sample scenario / use case you are proposing. What should it demonstrate?"
2424
validations:
2525
required: true
26+
27+
- type: textarea
28+
id: improvement
29+
attributes:
30+
label: "Improvement to Project"
31+
description: "How will it improve this project?"
32+
placeholder: "Please describe how this feature will improve the project. What value does it provide that you currently do not have? How does it help YOU?"
33+
validations:
34+
required: true

0 commit comments

Comments
 (0)