General workflow:
- Fork repo
- Setup mirrored repo optional
- Create new branch using source branch
development - Create Merge Request to source repo branch
developmentbranch from your new-branch mark to remove branch on merge - Start contributing.
| ❗ Tip |
|---|
keep your forked repo up to date by setting up mirroring Repository Settings -> Mirroring repositories. Then setup to pull only protect branches. |
to setup the dev environment run
. ./develop.shfrom the root of the reository. This command creates a python virtual environment on which you can work from.cz commitis also available so that you can always commit with correctly formated commit messages.
if your uncertain, please ask, tag @jon_nfc.