Skip to content

Commit

Permalink
Updated contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoporto committed Nov 4, 2016
1 parent 494e224 commit 67533b3
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# Project dependencies
# Guidelines to contribute

## Project dependencies
* [Node](https://nodejs.org/en/download/)
* [Bower](https://bower.io/#install-bower)
* [Gulp](http://gulpjs.com/)

# Guidelines to contribute

## Contribute
1. Fork it!
1. `git checkout develop`
1. Go to folder `accessibility-buttons`
1. Run `npm install`
1. `cd dist`
1. `bower install`
1. `cd ../`
1. To development run `gulp --compile`
1. To develop run `gulp --compile`
1. Create your feature branch: `git checkout -b my-new-feature`
1. Develop in `src` folder
1. Commit your changes: `git commit -m 'Add some feature'`
1. Submit a pull request :D
1. Push to the branch: `git push origin my-new-feature`
1. Submit a pull request :D

0 comments on commit 67533b3

Please sign in to comment.