- Submit pull requests (PRs) against the
developmentbranch, notmain. - For branches, we have:
mainis our production and default branch. This is what we deploy to https://app.pagescms.org.developmentis for staging. We deploy it at https://dev.pagescms.org.- New features are worked in
feature/name-of-the-featurebranches. - Issues are addressed in
issue/123-main-issebranches. - 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!