File tree Expand file tree Collapse file tree 3 files changed +66
-25
lines changed Expand file tree Collapse file tree 3 files changed +66
-25
lines changed Original file line number Diff line number Diff line change 1
1
### Provider name
2
2
3
- _ State which provider(s) you are experiencing an issue with._
3
+ <!--
4
+ State which provider(s) you are experiencing an issue with.
5
+ -->
4
6
5
7
### Expected behavior
6
8
7
- _ Explain what you expected to happen._
9
+ <!--
10
+ Explain what you expected to happen.
11
+ -->
8
12
9
13
### Actual behavior
10
14
11
- _ Explain what actually happened. If an exception occurred, please include a stack trace if available._
15
+ <!--
16
+ Explain what actually happened. If an exception occurred, please include a stack trace if available.
17
+ -->
12
18
13
19
### Steps to reproduce
14
20
15
- _ A concise and repeatable example of how to illustrate the issue._
21
+ <!--
22
+ A concise and repeatable example of how to illustrate the issue.
23
+ -->
16
24
17
25
### Additional information
18
26
19
- _ Any additional information that may be useful, such as the version of the package you are using or the version of .NET Core._
27
+ <!--
28
+ Any additional information that may be useful, such as the version of the package you are using or the version of .NET.
29
+ -->
Original file line number Diff line number Diff line change 1
1
---
2
2
name : Bug report
3
3
about : Create a bug report to help us improve AspNet.Security.OAuth.Providers
4
+ labels : bug
4
5
5
6
---
6
7
7
- ** Describe the bug**
8
- _ A clear and concise description of what the bug is. State which provider(s) the bug relates to._
8
+ ### Describe the bug
9
9
10
- ** Steps To reproduce**
11
- _ A concise and repeatable example of how to illustrate the issue._
10
+ <!--
11
+ A clear and concise description of what the bug is. State which provider(s) the bug relates to.
12
+ -->
12
13
13
- ** Expected behaviour**
14
- _ A clear and concise description of what you expected to happen._
14
+ ### Steps To reproduce
15
15
16
- ** Actual behaviour**
17
- _ A clear and concise description of what actually happened. If an exception occurred, please include a stack trace if available._
16
+ <!--
17
+ A concise and repeatable example of how to illustrate the issue.
18
+ -->
18
19
19
- ** System information:**
20
- - OS: [ e.g. Windows 10]
21
- - Library Version [ e.g. 2.0.1]
22
- - .NET version (e.g. output from ` dotnet --info ` )
20
+ ### Expected behaviour
23
21
24
- ** Additional context**
25
- _ Add any other context about the problem here._
22
+ <!--
23
+ A clear and concise description of what you expected to happen.
24
+ -->
25
+
26
+ ### Actual behaviour
27
+
28
+ <!--
29
+ A clear and concise description of what actually happened. If an exception occurred, please include a stack trace if available.
30
+ -->
31
+
32
+ ### System information
33
+
34
+ <!--
35
+ - OS: [e.g. Windows 11]
36
+ - Library Version [e.g. 6.0.0]
37
+ - .NET version (e.g. output from `dotnet --info`)
38
+ -->
39
+
40
+ ### Additional context
41
+
42
+ <!--
43
+ Add any other context about the problem here.
44
+ -->
Original file line number Diff line number Diff line change @@ -4,14 +4,26 @@ about: Suggest an idea for a new feature for AspNet.Security.OAuth.Providers
4
4
5
5
---
6
6
7
- ** Is your feature request related to a problem? Please describe.**
8
- A clear and concise description of what the problem is. For example: _ I'm always frustrated when [ ...] _
7
+ ### Is your feature request related to a problem? Please describe.
9
8
10
- ** Describe the solution you'd like**
11
- A clear and concise description of what you want to happen.
9
+ <!--
10
+ A clear and concise description of what the problem is. For example: _It would be useful if [...]_
11
+ -->
12
12
13
- ** Describe alternatives you've considered**
13
+ ### Describe the solution you'd like
14
+
15
+ <!--
16
+ A clear and concise description of what you would like to happen.
17
+ -->
18
+
19
+ ### Describe alternatives you've considered
20
+
21
+ <!--
14
22
A clear and concise description of any alternative solutions or features you've considered.
23
+ -->
24
+
25
+ ### Additional context
15
26
16
- ** Additional context **
27
+ <!--
17
28
Add any other context or screenshots about the feature request here.
29
+ -->
You can’t perform that action at this time.
0 commit comments