Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.28 KB

CONTRIBUTING.md

File metadata and controls

26 lines (17 loc) · 1.28 KB

Contributing

Bug fixes and improvements are always welcome!

Commit format

Prefix your commits with one of these strings followed up by a whitespace:

Prefix Example
build: changes in build process
doc: changes in documentation files
installer: changes in installation process (can contain documentation changes if belonging to it)
git: changes in .gitignore
all: changes that have high impact on installer structure (moved directories, ...)

Example: doc: fix typo in readme

Pull requests

Please do your pull requests always against the devel branch.

Note:
The devel branch should always contain stable and tested versions!

If the devel branch has "enough" or important changes, it will (selectively) get merged into master, tagged and released.