Development guidelines
In this section you will read about best practicies when adding new features to this project
Pull Requests
When adding a new feature, start by creating a git branch whith the following command.
R-THAÏ project follow a commit convention forked from the Angular one. Here are the possible commit types.
So your commit must look as this one for example.
After pushing your branch and made sure your feature is done and tested, here come the time of creating a Pull Request on GitHub whith detailed description of your feature. It will be reviewed and merged afterward if accepted. Don't forgot to delete your branch.
Last updated