Skip to content

Commit 562ed70

Browse files
committed
✨ new provider template
1 parent 068058c commit 562ed70

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
name: Provider support request
3+
about: An OAuth service that is not yet supported? This way.
4+
title: '[PROVIDER]'
5+
labels: 'enhancement', 'provider'
6+
---
7+
8+
<!--
9+
Please FOLLOW THE ISSUE TEMPLATE unless you have a good reason not to.
10+
If you have a question or an issue that is not a feature request,
11+
please use the Q&A section under discussions instead. Thanks!
12+
-->
13+
14+
15+
**Describe the feature**
16+
17+
A concise description of the requested feature and why it should be added.
18+
19+
- link to the API OAuth documentation, e.g. [GitHub OAuth docs](https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/authenticating-to-the-rest-api-with-an-oauth-app)
20+
- link to the application page/form: e.g. [GitHub app registration form](https://github.com/settings/developers)
21+
22+
23+
<!--
24+
Please note that the aim of this library is not to support
25+
every single OAuth service under the sun.
26+
27+
Cryptocurrency and AI services are unwelcome.
28+
-->
29+
30+
31+
**Additional context**
32+
33+
Add any other context here (if applicable).
34+
35+
36+
**Are you (the requester) able to create an application with the requested service and willing to help test the implementation?**
37+
38+
[YES|NO]
39+
40+
41+
**Are you (the requester) willing to submit a pull request for that feature?**
42+
43+
[YES|NO] (A yes will greatly increase the chance that the feature will be added)

0 commit comments

Comments
 (0)