Crowdfunding for social purposes
- Github-flow: We use (github flow)[https://docs.github.com/en/get-started/quickstart/github-flow] to add changes. TLDR: Each change must be added in a branch and pull requested to main.
- Strandard commits: commits should follow this guide. Example
feat(backend): CRUD events
.- The commits should have names
feature
,fix
,refactor
,docs
,chore
, if the implemented code does not fit this names, another one can be added.
- The commits should have names
- Meaningful branch names: branch should be
feature/name-branch
, where the name branch should be descriptive of what is beign implemented, example:feature/crud-events
. - Code Reviews: Self review in every pull request, tag a member of your team and make a code review and aprove ✅ the changes before merge.
This gidelines makes us all work with ease and understand others code 😋
Name | GitHub Username | |
---|---|---|
Felipe Carrasco | felipecs13 | felipecs13@uc.cl |
Belén Madariaga | BelenMadariaga | mbmadariaga@uc.cl |
Hernán Larraín | hlarrainq | hlarrainq@uc.cl |
Code to run the project
yarn install # to install dependencies
yarn add <dependency> # to add a dependency
yarn dev # to run the project