Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 843 Bytes

File metadata and controls

29 lines (18 loc) · 843 Bytes

Contributing

HELPING OUT CODING

IDEAS

COOL HACKS via Pullrequest

  • Fork the repository on Azure DevOps
  • Create a new branch based on the develop branch
  • Make your changes
  • Commit your changes
  • Push your changes to your fork
  • Create a pull request from your fork to the develop branch

BRANCHES

master BRANCH

Contains the latest stable Release.

develop BRANCH

The master branch is the working directory. All new features and bugfixes should be commited to this branch. This branch is merged into the master branch when a new release is made.