1
0
Fork 0
mirror of synced 2024-05-21 05:02:37 +12:00

Update CONTRIBUTING.md

This commit is contained in:
Manaswini Das 2019-10-01 18:24:39 +05:30 committed by GitHub
parent 53e2021a29
commit f601fbbc4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ Appwrite current structure is a combination of both Monolithic and Microservice
Appwrite main API container is designed as a monolithic app. This is a decision we made to allow us to develop the project faster while still being a very small team.
Although the Appwrite API is a monolithic app, it has a very clear separation of concern as each internal service or worker is separated by it its container which will allow us as we grow to start breaking services for better maintenance and scalability.
Although the Appwrite API is a monolithic app, it has a very clear separation of concern as each internal service or worker is separated by its container which will allow us as we grow to start breaking services for better maintenance and scalability.
### The Microservice Part
@ -85,7 +85,7 @@ Adding a new dependency should have vital value on the product with minimum poss
We would 💖 you to contribute to Appwrite, but we would also like to make sure Appwrite is as great as possible and loyal to its vision and mission statement 🙏.
For us to find the right balance, please open an issue explaining your ideas before introducing a new pull requests.
For us to find the right balance, please open an issue explaining your ideas before introducing a new pull request.
This will allow the Appwrite community to have sufficient discussion about the new feature value and how it fits in the product roadmap and vision.
@ -123,4 +123,4 @@ Before running the command make sure you have proper write permissions to Appwri
From time to time our team will add tutorials that will help contributors find there way in the Appwrite source code. Below is a list of currently available tutorials:
* [Adding Support for a New OAuth Provider](./docs/AddOAuthProvider.md)
* [Adding Support for a New OAuth Provider](./docs/AddOAuthProvider.md)