To add a new feature to Labeeb, please follow the workflow described below:
- Create feature-branch from
main
- Add and commit your feature
- Check that your branch is up to date with
main
. If not, merge all changes frommain
- Test the whole application for stability
- Merge into
main
once stable
Pull requests are preferred for any non-trivial change.
In order to preserve a clear and informative commit history, please prefix your commit messages with the following letters:
FE:
for frontendBE:
for backend
And make sure to capitalize the first letter after the prefix. As for general edits, it's okay not to use a prefix.