Fix typos in Contributing.md

`contibute` → `contribute`
`brach` → `branch`
This commit is contained in:
Prayag Verma 2016-02-15 13:56:35 +05:30
parent d1d4608cfa
commit 29f1152249
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# Contributing to Shower
Youre always welcome to contibute! Before contributing to Shower, please read through unified [issues list](https://github.com/shower/shower/issues) to see open bugs and feature requests. If you have any feature to add to Shower or found a bug and want to fix it, please make sure you [file an issue](https://github.com/shower/shower/issues/new) first.
Youre always welcome to contribute! Before contributing to Shower, please read through unified [issues list](https://github.com/shower/shower/issues) to see open bugs and feature requests. If you have any feature to add to Shower or found a bug and want to fix it, please make sure you [file an issue](https://github.com/shower/shower/issues/new) first.
## Process
Fork needed repository, create a brach for each feature or issue youre dealing with and start making changes. Make sure you code doesnt break tests if there are any. Once youre finished, send pull request back to original repository: one feature or bug fix — one pull request, please dont combine non-relevant changes into one pull request. Supply clear description of your changes and a link to existing issue.
Fork needed repository, create a branch for each feature or issue youre dealing with and start making changes. Make sure you code doesnt break tests if there are any. Once youre finished, send pull request back to original repository: one feature or bug fix — one pull request, please dont combine non-relevant changes into one pull request. Supply clear description of your changes and a link to existing issue.
## Code style