Skip to content

Commit 3dc8286

Browse files
kllysngjmprieurpmaytak
authored
Add Ask Mode Change Template (#3110)
* add breaking change yml * fix input type * rename template and update * Update .github/ISSUE_TEMPLATE/ask_mode_change.yml Co-authored-by: Peter <[email protected]> * Update .github/ISSUE_TEMPLATE/ask_mode_change.yml Co-authored-by: Peter <[email protected]> --------- Co-authored-by: Jean-Marc Prieur <[email protected]> Co-authored-by: Peter <[email protected]>
1 parent 7a871b9 commit 3dc8286

File tree

1 file changed

+75
-0
lines changed

1 file changed

+75
-0
lines changed
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
# This issue template is for use in opening issues that document Ask Mode Changes, for features or changes that come after the release candidate deadline.
2+
3+
name: "Microsoft.Identity.Web Ask Mode Change"
4+
description: Request an exception to release a feature or add any changes after the release candidate deadline, excludes fixes for preview regressions.
5+
title: "[Ask Mode Change]: "
6+
labels: "Ask Mode Change"
7+
body:
8+
- type: textarea
9+
id: description
10+
attributes:
11+
label: Description
12+
description: Brief description of the feature.
13+
validations:
14+
required: true
15+
- type: input
16+
id: release-date
17+
attributes:
18+
label: Date
19+
description: Which release date are you targeting?
20+
validations:
21+
required: true
22+
- type: dropdown
23+
id: version-bump
24+
attributes:
25+
label: Type of version bump
26+
description: Indicate if this feature would incur a major, minor, or patch version bump.
27+
options:
28+
- label: "Major"
29+
- label: "Minor"
30+
- label: "Patch"
31+
- label: "Not sure"
32+
validations:
33+
required: true
34+
- type: checkboxes
35+
id: other-libraries
36+
attributes:
37+
label: Other libraries
38+
description: Does this feature release rely on the release of any other ID4S libraries?
39+
options:
40+
- label: "Yes"
41+
- label: "No"
42+
validations:
43+
required: true
44+
- type: checkboxes
45+
id: if-relies-on-other-libraries
46+
attributes:
47+
label: If you answered "yes" to the previous question, please indicate which libraries.
48+
description: Check the boxes of the other ID4S libraries to be released.
49+
options:
50+
- label: Microsoft.Identity.Abstractions
51+
- label: Microsoft.IdentityModel.*
52+
- label: Microsoft.Identity.Client
53+
- type: textarea
54+
id: reason
55+
attributes:
56+
label: Reason for exception
57+
description: Please explain why the feature release can't wait until the next month.
58+
validations:
59+
required: true
60+
- type: textarea
61+
id: testing-attestation
62+
attributes:
63+
label: Testing attestation
64+
description: Describe the testing and validation that was conducted for this feature. Include links to test coverage, proof of partner validation, etc.
65+
validations:
66+
required: true
67+
- type: checkboxes
68+
id: terms
69+
attributes:
70+
label: Notify the Release V-Team
71+
description: After submitting this issue, you agree to notify the release v-team.
72+
options:
73+
- label: I agree.
74+
required: true
75+

0 commit comments

Comments
 (0)