Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leonardtarigan/final-project-psi
https://github.com/leonardtarigan/final-project-psi
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/leonardtarigan/final-project-psi
- Owner: LeonardTarigan
- Created: 2023-11-11T19:52:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-30T01:28:35.000Z (about 1 year ago)
- Last Synced: 2023-11-30T07:28:36.015Z (about 1 year ago)
- Language: Kotlin
- Size: 194 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.