Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 342 Bytes

File metadata and controls

10 lines (9 loc) · 342 Bytes

How to Contribute

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-name).
  3. Make your changes.
  4. Add tests for new functionality
  5. Run the test suite (make test)
  6. Commit your changes (git commit -m 'Add some feature')
  7. Push to the branch (git push origin feature/some-feature)
  8. Open a Pull Request