Support development by sponsoring the author: https://github.com/sponsors/hunvreus
- Submit pull requests (PRs) against the
developmentbranch, notmain. - For branches:
mainis the production and default branch.developmentis for staging.- New features are worked in
feature/name-of-the-featurebranches. - Issues are addressed in
issue/123-main-issuebranches. - When ready, we PR against
development, test it and then finally merge tomain.
- Keep changes focused: one feature or fix per PR.
- Test locally before submitting.
- Follow existing code style.
Thanks for helping!