Skip to content
Jan Cumps edited this page Aug 2, 2023 · 31 revisions

contributing

check the project backlog for pending work

branches

  • maintenance branch: main
  • branch for next release: feature-set-2

both branches can be updated with pull requests from this repository or (prefered) your personal fork
when working on a new feature, base the feature branch in your fork on feature-set-2, and create pull request that targets this repository's feature-set-2
when working on a bug fix, base the feature branch in your fork on main, and create pull request that targets this repository's main

Clone this wiki locally