Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 649 Bytes

RULES.md

File metadata and controls

15 lines (13 loc) · 649 Bytes

Project-Rules: Version and branches:

  • We fallow the sematic version principle -> https://semver.org/

  • Each version has an own branch, when the version is stable and completed then it gets merged into the master.

  • Each new feature should be on an own branch and gets then merged with a pull-request into the destination branch of the version where the developer is working on.

  • The branches should have a understandable description. (lower-case and spaces marked with "-")

    Version:
    Version: 1.0.0
    Branch-name: 1.0.0-DEVELOPMENT

    Feature:
    Feature: Project rules improvement
    Branch-name: project-rules-improvement