Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 659 Bytes

File metadata and controls

14 lines (12 loc) · 659 Bytes

Contributing to Pages CMS

  • Submit pull requests (PRs) against the development branch, not main.
  • For branches, we have:
    • main is our production and default branch. This is what we deploy to https://app.pagescms.org.
    • development is for staging. We deploy it at https://dev.pagescms.org.
    • New features are worked in feature/name-of-the-feature branches.
    • Issues are addressed in issue/123-main-isse branches.
    • When ready, we PR against development, test it and then finally merge to main.
  • Keep changes focused: one feature or fix per PR.
  • Test locally before submitting.
  • Follow existing code style.

Thanks for helping!