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