Skip to content

Commit 6940cf5

Browse files
Add sample scenario template
1 parent ca07544 commit 6940cf5

File tree

2 files changed

+67
-0
lines changed

2 files changed

+67
-0
lines changed
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms
2+
3+
name: "Sample Scenario Request"
4+
description: "Suggest a new API Management Sample Scenario."
5+
title: "[Scenario]: <title>"
6+
labels: ["triage"]
7+
type: "Feature"
8+
assignees:
9+
- simonkurtz-MSFT
10+
body:
11+
- type: markdown
12+
attributes:
13+
value: |
14+
## Scenario Request
15+
16+
Please fill out the form below to help us understand your request. This is a more specialized feature request specifically
17+
for proposing sample scenarios that can be used to demonstrate the capabilities of API Management.
18+
19+
- type: textarea
20+
id: scenario
21+
attributes:
22+
label: "Describe the Scenario"
23+
description: "What scenario are you proposing?"
24+
placeholder: "Please describe the sample scenario / use case you are proposing. What should it demonstrate?"
25+
validations:
26+
required: true
27+
28+
- type: textarea
29+
id: improvement
30+
attributes:
31+
label: "Improvement to Project"
32+
description: "How will it improve this project?"
33+
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?"
34+
validations:
35+
required: true
36+
37+
- type: checkbox
38+
id: infra_arch
39+
attributes:
40+
label: "What infrastructure architectures should this scenario use?"
41+
description: "Select all that apply."
42+
options:
43+
- "Simple API Management"
44+
- "API Management with Container Apps"
45+
- "Azure Front Door with API Management and optional Container Apps"
46+
- "Other/New"
47+
validations:
48+
required: false
49+
50+
- type: input
51+
id: infra_arch_other
52+
attributes:
53+
label: "Other Infrastructure Architecture"
54+
description: "If you selected 'Other' above, please specify your infrastructure architecture. Otherwise, leave blank."
55+
validations:
56+
required: false
57+
58+
- type: dropdown
59+
id: collaborate
60+
attributes:
61+
label: "Are you able to collaborate and/or submit a pull request?"
62+
description: "Select one."
63+
options:
64+
- "Yes"
65+
- "No"
66+
validations:
67+
required: true
File renamed without changes.

0 commit comments

Comments
 (0)