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
description: "Please briefly describe your issue. "
73
-
validations:
74
-
required: true
75
-
76
-
- type: textarea
77
-
attributes:
78
-
label: Reproduction steps
79
-
description: "Please provide clear steps to reproduce or a link to a sample which demonstrates this behavior."
80
-
placeholder: |
81
-
1.
82
-
2.
83
-
3.
84
-
validations:
85
-
required: true
86
-
87
-
- type: textarea
88
-
attributes:
89
-
label: Error message
90
-
description: "Please provide any error messages you are receiving and a stack trace. Do not include PII. "
91
-
92
-
- type: textarea
93
-
attributes:
94
-
label: Id Web logs
95
-
description: "Please provide verbose level log messages. See https://aka.ms/ms-id-web/logging for details on setting up the logs. You can enable Middleware diagnostics by uncommenting the following [lines](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/blob/418e4880ce3307befb25c7af600a886560cadcaa/Microsoft.Identity.Web/StartupHelpers.cs#L81-L83)"
96
-
97
-
- type: textarea
98
-
attributes:
99
-
label: Relevant code snippets
100
-
description: "Please provide relevant code snippets that can be used to reproduce this issue."
101
-
render: csharp
102
-
validations:
103
-
required: true
104
-
105
-
- type: input
106
-
attributes:
107
-
label: Regression
108
-
description: "If this behavior worked before, please enter the last working version(s)."
109
-
placeholder: "Id Web 2.13.0"
110
-
111
-
- type: textarea
112
-
attributes:
113
-
label: Expected behavior
114
-
description: "Please describe what you expect the behavior to be. "
115
-
validations:
1
+
name: Bug report
2
+
description: Broken or unintended behavior with one of the samples.
3
+
labels: ["untriaged", "needs attention"]
4
+
body:
5
+
- type: markdown
6
+
attributes:
7
+
value: |
8
+
## Issue details
9
+
10
+
- type: input
11
+
attributes:
12
+
label: Microsoft.Identity.Web version
13
+
description: "Please enter the latest version this issue can be reproduced in. "
description: "Please briefly describe your issue. "
73
+
validations:
74
+
required: true
75
+
76
+
- type: textarea
77
+
attributes:
78
+
label: Reproduction steps
79
+
description: "Please provide clear steps to reproduce or a link to a sample which demonstrates this behavior."
80
+
placeholder: |
81
+
1.
82
+
2.
83
+
3.
84
+
validations:
85
+
required: true
86
+
87
+
- type: textarea
88
+
attributes:
89
+
label: Error message
90
+
description: "Please provide any error messages you are receiving and a stack trace. Do not include PII. "
91
+
92
+
- type: textarea
93
+
attributes:
94
+
label: Id Web logs
95
+
description: "Please provide verbose level log messages. See https://aka.ms/ms-id-web/logging for details on setting up the logs. You can enable Middleware diagnostics by uncommenting the following [lines](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/blob/418e4880ce3307befb25c7af600a886560cadcaa/Microsoft.Identity.Web/StartupHelpers.cs#L81-L83)"
96
+
97
+
- type: textarea
98
+
attributes:
99
+
label: Relevant code snippets
100
+
description: "Please provide relevant code snippets that can be used to reproduce this issue."
101
+
render: csharp
102
+
validations:
103
+
required: true
104
+
105
+
- type: input
106
+
attributes:
107
+
label: Regression
108
+
description: "If this behavior worked before, please enter the last working version(s)."
109
+
placeholder: "Id Web 2.13.0"
110
+
111
+
- type: textarea
112
+
attributes:
113
+
label: Expected behavior
114
+
description: "Please describe what you expect the behavior to be. "
0 commit comments