Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/appwrite/rfc
Architectural and new features proposals and designs for Appwrite 📖
https://github.com/appwrite/rfc
appwrite features-proposals hacktoberfest rfc
Last synced: 29 days ago
JSON representation
Architectural and new features proposals and designs for Appwrite 📖
- Host: GitHub
- URL: https://github.com/appwrite/rfc
- Owner: appwrite
- License: bsd-3-clause
- Created: 2020-12-02T13:50:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-20T11:53:05.000Z (about 1 year ago)
- Last Synced: 2023-09-21T00:31:06.095Z (about 1 year ago)
- Topics: appwrite, features-proposals, hacktoberfest, rfc
- Homepage: https://appwrite.io
- Size: 1.18 MB
- Stars: 50
- Watchers: 21
- Forks: 23
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Appwrite RFC's
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.
## 🚀 The RFC Process
1. Clone the repository
2. Create a copy of `rfc-template.md` under `problem/rfc-<0000>-.md` (replace `<0000>` by incrementing the previous rfc # in the repo).
3. Fill up [Step 1](rfc-template.md#problem-statement) and raise a PR for the community to review. This will help us understand if the feature/change is worth pursuing.
4. You will receive feedback on your proposal and once all the comments are addressed, your PR will be marked as `Ready for Design Proposal` or `Changes Proposed` or `Rejected`.
5. Once marked with `Ready for Design Proposal`, fill up [Step 2](rfc-template.md#design-proposal) of the RFC and move the file over to `design/rfc-.md` and update the PR.
6. After another round of reviews, your PR will be marked as `Accepted` or `Changes Requested`.
7. 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](https://github.com/appwrite/appwrite/blob/master/CODE_OF_CONDUCT.md) to ensure that we are building a safe and healthy community.
## 🤘 Support
At any point, if you are stuck, feel free to hop on our [Discord server](https://appwrite.io/discord) to ask questions or seek mentorship! Happy Coding!