You can see the design here.
To clone the project, use the following command:
git clone https://github.com/LeonardTarigan/final-project-psi.git
-
Please use English for code, comments, and documentation.
-
When working on a new feature or fixing a bug, create a new branch. Use the following naming convention:
- feature/: for adding a new feature.
- bugfix/: for fixing a bug.
- Follow the guidelines at Git Branching Name Convention.
-
Each commit should follow the format [your-name]: commit-message. For example,
[leo]: adding firebase integration
. -
After you've finished your changes, create a pull request.
-
Request a review from the project owner.
-
Code will be merged after the pull request is accepted.