This is application for collaborative shopping platform to buy and sell times
- Fork the project into your local GitHub profile.:fork_and_knife:
- Clone that project into your computer.:rocket:
- Assign a issue from the issue tab. - All the issues are the features of the API.
- Create new brach and called it with the respected feature.:seedling:
For example: Issue - Email sending operation Then you should name your brach like this.
feature/email-sending
Brach name always should be simple letters.
- Do your modifications to the code.👨💻
- Commit changes to your local repository.💬
- Create a pull request to upstream repository.:hand:
Before create the pull request, please chack if there are merge conflicts in your code. If there are not conflicts, then create the Pull Request(PR)
- Then you have to assign one or more team members to review your code.:eyes:
After reviewing process are done and your code is ready to merge, one of our organization member will merge your changes to the master branch.