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
<!-- Describe the intention of the changes being proposed. What problem does it solve or functionality does it add? -->
3
-
* ...
1
+
# {PR title}
2
+
<!-- Thank you for submitting a pull request to our repo. -->
4
3
5
-
## Does this introduce a breaking change?
6
-
<!-- Mark one with an "x". -->
7
-
```
8
-
[ ] Yes
9
-
[ ] No
10
-
```
4
+
<!-- If this is your first PR in the ASP.NET Core repo, please run through the checklist
5
+
below to ensure a smooth review and merge process for your PR. -->
11
6
12
-
## Pull Request Type
13
-
What kind of change does this Pull Request introduce?
7
+
-[ ] You've read the [Contributor Guide](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/blob/master/CONTRIBUTING.md) and [Code of Conduct](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/blob/master/CODE-OF-CONDUCT.md).
8
+
-[ ] You've included unit or integration tests for your change, where applicable.
9
+
-[ ] You've included inline docs for your change, where applicable.
10
+
-[ ] There's an open issue for the PR that you are making. If you'd like to propose a new feature or change, please open an issue to discuss the change or find an existing issue.
14
11
15
-
<!-- Please check the one that applies to this PR using "x". -->
16
-
```
17
-
[ ] Bugfix
18
-
[ ] Feature
19
-
[ ] Code style update (formatting, local variables)
20
-
[ ] Refactoring (no functional changes, no api changes)
21
-
[ ] Documentation content changes
22
-
[ ] Other... Please describe:
23
-
```
12
+
<!-- Once all that is done, you're ready to go. Open the PR with the content below. -->
24
13
25
-
## How to Test
26
-
* Get the code
14
+
Summary of the changes (Less than 80 chars)
27
15
28
-
```
29
-
git clone [repo-address]
30
-
cd [repo-name]
31
-
git checkout [branch-name]
32
-
npm install
33
-
```
16
+
## Description
34
17
35
-
* Test the code
36
-
<!-- Add steps to run the tests suite and/or manually test -->
37
-
```
38
-
```
18
+
{Detail}
39
19
40
-
## What to Check
41
-
Verify that the following are valid
42
-
* ...
43
-
44
-
## Other Information
45
-
<!-- Add any other helpful information that may be needed here. -->
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.11.1"
110
+
111
+
- type: textarea
112
+
attributes:
113
+
label: Expected behavior
114
+
description: "Please describe what you expect the behavior to be. "
0 commit comments