Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.53 KB

File metadata and controls

44 lines (27 loc) · 1.53 KB

Contributing

HELPING OUT CODING

IDEAS

COOL HACKS via Bugreport

COOL HACKS via Pullrequest

STRUCTURE

The development happens on: https://dev.azure.com/saigkill/WindowsBootstrapper On Github we have a mirror of the repository: https://github.com/saigkill/WindowsBootstrapper You can use Github for Issues. For Pullrequests please use Azure DevOps.

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.

PULL REQUESTS

Please base all Pullrequests off the develop branch.