You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/2-sample_scenario.yml
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
name: "Sample Scenario"
4
4
description: "Suggest a new API Management Sample Scenario."
5
5
title: "[Scenario]: <title>"
6
-
labels: ["triage"]
6
+
labels: ["triage", "scenario"]
7
7
type: "Feature"
8
8
assignees:
9
9
- simonkurtz-MSFT
@@ -23,3 +23,12 @@ body:
23
23
placeholder: "Please describe the sample scenario / use case you are proposing. What should it demonstrate?"
24
24
validations:
25
25
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?"
0 commit comments