Skip to content
Roland Bengtsson edited this page May 3, 2024 · 5 revisions

Welcome to the BoldForDelphi wiki!

Branches

  • master branch. This is the default branch and it should always be ready for use in production
  • develop branch. Development happen here. Trivial changes could be committed directly to this branch
  • feature_xyz branch. If you work on a feature xyz you can make a new feature branch. Advantage is that it become independent of other feature branches. Commit should happen often. First it is a good backup of the changes, Second other developers can see changes. When feature is complete it is merged to develop branch. Conflicts can of course happen and you must solve those. Feature branches can be deleted a while after merge.

When develop is merged to stable it should be seen as a new release. The release has a version number year.month.minor.build. Like 2024.3.1.1234. Prebuilt packages for later Delphi can be attached to release.

External developers

The repository are happy for contribution from external developers that have no write access. You may work on documentation, code or test-project. For bigger changes it is better to contact us before to avoid waste your time in case the change don't fit.

Clone this wiki locally