valentina/CONTRIBUTING.md

14 lines
686 B
Markdown
Raw Permalink Normal View History

# Before pull request
This page describes how to create a pull request. We highly recommend you to read this page before you will decide to send us your changes.
2020-01-30 17:55:06 +01:00
## Branches
2020-01-30 17:55:06 +01:00
First you should know little bit about our workflow.
2020-01-30 17:55:06 +01:00
* *master* - used only for major releases.
* *develop* - branch that contains a code for the next major release. Code in this branch good enough for testing and sharing among developers.
2020-01-30 17:55:06 +01:00
* *vz.y.x* - pattern for branch name, where z and y represents branch version. For example v0.6.x. Such branches will contain for stable versions. Look there for bugfixes for current stable version.
2020-01-30 17:55:06 +01:00
You allowed to create a branch to later merge with develop branch.