Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 680 Bytes

File metadata and controls

17 lines (13 loc) · 680 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 -m 'Add feature description').

    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.