Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 669 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (13 loc) · 669 Bytes

Contributing

Submitting Changes

  1. Fork the repository

  2. Create your feature branch (git checkout -b my-new-feature)

  3. Commit your changes (git commit -am 'Add some feature')

    a. Don't forget to update existing tests or add new tests

  4. Execute the unit tests to ensure all pass

  5. Squash your commits (git rebase --interactive --autosquash)

  6. Push the branch (git push origin my-new-feature)

  7. Create a new Pull Request

Quality Expectations

Please ensure any contributions include unit tests. The project maintains a high level of test coverage for its functionality. Submissions are expected to maintain a similar level of coverage.