Skip to content

Commit 267f748

Browse files
Add issue template for new providers
Add a GitHub issue template for new providers.
1 parent 4daeee1 commit 267f748

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
name: New provider
3+
about: Suggest a new OAuth provider for AspNet.Security.OAuth.Providers
4+
labels: new provider
5+
6+
---
7+
8+
### Which provider would you like support added for?
9+
10+
<!--
11+
The name of the OAuth 2.0 provider you'd like to support added for.
12+
Providers that deviate significantly from the OAuth 2.0 specification
13+
with non-standard extensions and/or behavior are unlikely to be accepted.
14+
-->
15+
16+
### Provider Documentation
17+
18+
<!--
19+
Any relevant links to the reference documentation for the OAuth 2.0 provider.
20+
These links are preferably to the technical documentation that can be worked
21+
from to implement the provider code with.
22+
-->
23+
24+
### Are you willing to implement this provider yourself?
25+
26+
<!--
27+
Are you willing to implement this provider yourself and contribute it to the
28+
repository as a pull request?
29+
30+
If you are not able or willing to implement this provider yourself, the repository
31+
maintainers are unlikely to be able to commit to implement it for you, especially
32+
if the provider is not a product or service that the maintainers actively use
33+
and/or have access to (for example, a paid-for enterprise service).
34+
35+
Providers that you are not able to implement yourself but would be valuable
36+
to the open source community if they existed will be labelled with "help wanted".
37+
Such issues will then be dependent on the community to implement at some point,
38+
but do not represent any commitment from the maintainers to do so.
39+
-->
40+
41+
### Additional context
42+
43+
<!--
44+
Add any other context about the new provider that may be relevant.
45+
-->

0 commit comments

Comments
 (0)