type(Component): Description
- feat - Added a new feature
- fix - Fixed something
- chore - Cleanup tasks
- refactor - Refactoring
Please start description with a capital letter and describe, what you did.
Please follow git flows conventions.
Holds the current release. You do not commit here!
Holds the current beta release. You do not commit here!
Here is where your work is done. To start a new Feature-branch simply run git flow feature start [name]
. If you finished your work, run git flow feature finish
to automaticly merge your changes into develop.