Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 671 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 671 Bytes

Contributing

Submitting a Pull Request

Before submitting a pull request, please run deno task ok and ensure all checks pass. This checks formatting, linting, types and runs tests.

Adding a Pre-configured OAuth Client

In the pull request, please do the following:

  1. Share a screenshot of the demo web page running on your local machine. This confirms that the newly created OAuth client is working correctly.
  2. Ensure the code example snippet is reproducible.
  3. Add the provider to the README's list of pre-configured OAuth clients, in alphabetical order.