Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.13 KB

File metadata and controls

32 lines (20 loc) · 1.13 KB

Contributing to typeengine

Thank you for your interest in contributing! We welcome all kinds of contributions, including bug reports, feature requests, documentation improvements, and code.

How to Contribute

  1. Fork the repository and create your branch from main.
  2. Describe your changes clearly in your pull request.
  3. Write tests for new features or bug fixes.
  4. Follow the code style and run the linter/formatter before submitting.
  5. Sign your commits if required by the project.

Code of Conduct

Please be respectful and inclusive. See our Code of Conduct for details.

Reporting Issues

  • Use GitHub Issues for bugs and feature requests.
  • Provide as much detail as possible, including steps to reproduce and environment info.

Pull Requests

  • Keep PRs focused and minimal.
  • Reference related issues in your PR description.
  • Ensure all tests pass and CI is green.

Community

Thank you for helping make typeengine better!