You are free to contribute to realtime-toastr via GitHub Pull Requests.
A successful git branching model
- Fork this repo.
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Open a Pull Request :D
- Wait for others to accept the request or provide insightful feedback to improve your contribution.
Comments get filtered out when compiling. If you do anything that can not be immediately understood: comment it.