Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 814 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (13 loc) · 814 Bytes

Contributing

You are free to contribute to realtime-toastr via GitHub Pull Requests.

Git branch model

A successful git branching model

How to pull request

  1. Fork this repo.
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Open a Pull Request :D
  6. Wait for others to accept the request or provide insightful feedback to improve your contribution.

Be generous with comments

Comments get filtered out when compiling. If you do anything that can not be immediately understood: comment it.