Skip to content

meta.contribution

orciument edited this page Nov 16, 2024 · 1 revision

Warning

This page is incomplete

Branching Strategy

  • One Main/master branch with feature branches for each pull request.
  • Pull requests are to be rebased, not merged. No commits should be done directly to main
  • should be working after every merged pull request. Some special exceptions do exist, but nothing concretely defined, just ask if you think it is necessary.
  • Releases/Deployments are done from main/master branch via a GitHub release and tag. A special branch may be created for the release if other changes would be conflicting with the target release schedule.
Clone this wiki locally