Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
#6 - Adding Zenhub dependencie in how to contribute section
Browse files Browse the repository at this point in the history
Signed-off-by: bumbleblo <bumbleblo2013@gmail.com>
  • Loading branch information
Bumbleblo committed Mar 23, 2019
1 parent 3b6fafa commit da39a75
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -18,11 +22,13 @@ The first pass to create your branch is define a name, the pattern followed in o
"<issue number>-<first-name>-<second name separated with - >"
```

All branches will be created from devel branch.

When you are creating branches stay tuned in:

* The language used in the project is English
* A branch is always linked with a issue
* Commit just files related with your commit and issue


#### How propose your changes
#### Proposing changes

0 comments on commit da39a75

Please sign in to comment.