From 41fc636cf87ffef9b5ada2fe575599847f7919d0 Mon Sep 17 00:00:00 2001 From: Everly Precia Suresh Date: Thu, 15 Dec 2022 09:22:12 +0000 Subject: [PATCH] update oauth docs --- docs/tutorials/add-oauth2-provider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/add-oauth2-provider.md b/docs/tutorials/add-oauth2-provider.md index 5f45944fa0..864288ea40 100644 --- a/docs/tutorials/add-oauth2-provider.md +++ b/docs/tutorials/add-oauth2-provider.md @@ -211,7 +211,7 @@ Pass your new adapter name as the provider parameter. If login is successful, yo If everything goes well, raise a pull request and be ready to respond to any feedback which can arise during our code review. -## 4. Raise a pull request +## 5. Raise a pull request First of all, commit the changes with the message `Added XXX OAuth2 Provider` and push it. This will publish a new branch to your forked version of Appwrite. If you visit it at `github.com/YOUR_USERNAME/appwrite`, you will see a new alert saying you are ready to submit a pull request. Follow the steps GitHub provides, and at the end, you will have your pull request submitted.