Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leonardtarigan/final-project-psi


https://github.com/leonardtarigan/final-project-psi

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Final Project PSI

### Getting Started
You can see the design [here](https://www.figma.com/file/Coe4bU892CdT8a8NAFF22B/RPL?type=design&mode=design&t=ET85tiHKBdMYc0BN-1).

To clone the project, use the following command:

```bash
git clone https://github.com/LeonardTarigan/final-project-psi.git
```

### Contribution Rules

1. Please use English for code, comments, and documentation.

2. 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](https://dev.to/couchcamote/git-branching-name-convention-cch).

3. Each commit should follow the format [your-name]: commit-message. For example, ```[leo]: adding firebase integration```.

4. After you've finished your changes, create a pull request.

5. Request a review from the project owner.

6. Code will be merged after the pull request is accepted.