Bug fixes and improvements are always welcome!
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
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.