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
# 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.
0 commit comments