Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 703 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 703 Bytes

Contributing

Although this coding standard is primarily for Unleashed Technologies' internal use, bug fixes are welcome and feature requests may be considered.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Add tests for your changes
  5. Push your changes to your feature branch (git push origin my-new-feature)
  6. Create a new Pull Request (PR)

Testing

Contributions will only be accepted if they are fully tested as specified in TESTING.md.