CONTRIBUTING.md

November 20, 2017 ยท View on GitHub

Contributing

  1. Fork (https://github.com/yourname/yourproject/fork)
  2. Create feature branch (git checkout -b feature/foo-bar)
  3. For code styling, follow Purescript Code Style.
  4. Commit your changes (git commit -am 'Add some foo bar')
  5. Push to the branch (git push origin feature/foo-bar)
  6. Create a new Pull Request