Skip to content

Commit ba49516

Browse files
authored
Add Ask Mode Change Template (#2941)
* add breaking change template * rename template and rework to suit the late rel exemption purpose * update testing-attestation name * add oter libraries sections and notify rel v-team sections * reduce verbiage * reduce verbiage pt 2 * accept all suggestions * change requests * rm required from 'no' option in other libraries section * rename tempalte to ask mode change
1 parent e43dc2d commit ba49516

File tree

1 file changed

+73
-0
lines changed

1 file changed

+73
-0
lines changed
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
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: "IdentityModel 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+
- type: textarea
52+
id: reason
53+
attributes:
54+
label: Reason for exception
55+
description: Please explain why the feature release can't wait until the next month.
56+
validations:
57+
required: true
58+
- type: textarea
59+
id: testing-attestation
60+
attributes:
61+
label: Testing attestation
62+
description: Describe the testing and validation that was conducted for this feature. Include links to test coverage, proof of partner validation, etc.
63+
validations:
64+
required: true
65+
- type: checkboxes
66+
id: terms
67+
attributes:
68+
label: Notify the Release V-Team
69+
description: After submitting this issue, you agree to notify the release v-team.
70+
options:
71+
- label: I agree.
72+
required: true
73+

0 commit comments

Comments
 (0)