Architectural and new features proposals and designs for Appwrite.
This repository serves as a central hub to keep track of all major features that go into Appwrite and enforces Appwrite's principle of transparency.
We want to ensure that any major feature or architectural change is subjected to scrutiny by the community and the Appwrite team and each change has a good reason to exist and adds value to the project.
- Clone the repository
- Create a copy of
rfc-template.md
underproblem/rfc-<0000>-<your-awesome-idea>.md
(replace<0000>
by incrementing the previous rfc # in the repo). - Fill up Step 1 and raise a PR for the community to review. This will help us understand if the feature/change is worth pursuing.
- You will receive feedback on your proposal and once all the comments are addressed, your PR will be marked as
Ready for Design Proposal
orChanges Proposed
orRejected
. - Once marked with
Ready for Design Proposal
, fill up Step 2 of the RFC and move the file over todesign/rfc-<your-awesome-idea>.md
and update the PR. - After another round of reviews, your PR will be marked as
Accepted
orChanges Requested
. - If
Accepted
, Congratulations!! You can go ahead with the implementation of your great new idea!
Throughout this process, you are obliged to comply with our Code of Conduct to ensure that we are building a safe and healthy community.
At any point, if you are stuck, feel free to hop on our Discord server to ask questions or seek mentorship! Happy Coding!