diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0e084101..deeed299 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,11 +2,15 @@ 1. Purpose of the project 2. How to contribute + * How use issues + * Creating your branches + * Proposing changes +## Purpose of the project ## How to contribute -If you want to contribute with that project the first stage is create a issue in github, that issue will be linked with your branch as defined in [How propose your changes](). +If you want to contribute with that project the first stage is create a issue in github, that issue will be linked with your branch as defined in [How propose your changes](). All issues is handled using [Zenhub](https://www.zenhub.com/). #### How use issues @@ -18,6 +22,8 @@ The first pass to create your branch is define a name, the pattern followed in o "--" ``` +All branches will be created from devel branch. + When you are creating branches stay tuned in: * The language used in the project is English @@ -25,4 +31,4 @@ When you are creating branches stay tuned in: * Commit just files related with your commit and issue -#### How propose your changes +#### Proposing changes