See the README.md to understand the requirements and navigate the codebase.
New features and changes in the existing requirements can be traced using issues.
If you want to make changes to a feature, you could search if an existing issue already exists or you could create a new issue. These issues can be used to track feature changes in the project.
you can scroll through the issues and find something that you can work on and assign it to yourself.
You can close an issue after the development and testing for a feature or task is completed.
Before merging your changes into the main branch, make sure to create a new branch and push your changes into it. This will create a pull request (PR).
- Create a new branch and commit your changes into this.
- Create a pull request.
- One of the owners will review and merge your PR into the main branch.
If you fina any bugs in the code, you can create an issue, describing the bug. This issue can be assigned to any of the tem members. Once, the bug is resolved, one of the team memebrs will close the issue.