1
0
Fork 0
mirror of synced 2024-07-08 16:06:02 +12:00

Merge pull request #5056 from appwrite/christyjacob4-patch-4

Update CONTRIBUTING.md
This commit is contained in:
Christy Jacob 2023-02-01 12:55:41 +05:30 committed by GitHub
commit 6a26d9db39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -441,8 +441,8 @@ composer lint <your file path>
From time to time, our team will add tutorials that will help contributors find their way in the Appwrite source code. Below is a list of currently available tutorials:
- [Adding Support for a New OAuth2 Provider](./docs/tutorials/add-oauth2-provider.md)
- [Appwrite Environment Variables](./docs/tutorials/environment-variables.md)
- [Running in Production](./docs/tutorials/running-in-production.md)
- [Appwrite Environment Variables](./docs/tutorials/add-environment-variable.md)
- [Running in Production](https://appwrite.io/docs/production)
- [Adding Storage Adapter](./docs/tutorials/add-storage-adapter.md)
## Other Ways to Help