- Fork it (https://github.com/keikoproj/governor/fork)
- Open an issue and discuss the feature / bug
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Make sure unit tests and BDD is passing
- Create a new Pull Request
- What did you do? (how to reproduce)
- What did you see? (include logs and screenshots as appropriate)
- What did you expect?
- Open an issue and discuss it.
- Create a pull request for your fix.
- Open an issue and discuss it.