Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.76 KB

CONTRIBUTING.md

File metadata and controls

45 lines (35 loc) · 1.76 KB

How to contribute to VamosJuntas Project

The Movement Vamos Juntas speaks not only about how important it is to women "go together", but also about the importance of "being together" and put the sisterhood in practice. For more informations about this project access Movimento Vamos Juntas Web site or the Facebook Page

We love pull requests from everyone! <3

Fork, then clone the repo:

[email protected]:VamosJuntas/vamosjuntas.git

Create branch git checkout -b <story-number>-<story-name> Example:

$ git checkout -b 2-search-by-address

Push branch to remote repository git push -u origin <branch-name>

$ git push -u origin 2-search-by-address

After doing commits: git push origin <branch-name> Example:

$ git push origin 2-search-by-address

Test

Make sure the tests pass. Look here to see how to run all the tests

Pull Request

When the story is done, create a pull request: Push to your fork and submit a pull request

Wait for our review

At this point you're waiting on us. We like to at least comment on pull requests. We may suggest some changes or improvements or alternatives.

Some things that will increase the chance that your pull request is accepted:

Wait for the merge!

Based on thoughtbot/factory_girl_rails