Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.16 KB

File metadata and controls

42 lines (26 loc) · 1.16 KB

Contributing to the Project

Thank you for considering contributing to this project! Your contributions help improve the project and benefit the community.

How to Contribute

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
  3. Write clear, concise commit messages.
  4. Ensure your code follows the project's coding standards.
  5. Write tests for new features or bug fixes.
  6. Run all tests and ensure they pass.
  7. Submit a pull request describing your changes.

Code of Conduct

Please adhere to the Code of Conduct to maintain a welcoming and respectful community.

Reporting Issues

Use the provided issue template to report bugs or request features.

Pull Requests

Use the pull request template to submit your changes for review.

Style Guide

  • Use consistent indentation (2 spaces).
  • Use meaningful variable and function names.
  • Comment complex or non-obvious code sections.

Testing

  • Write unit and integration tests for your changes.
  • Run existing tests to ensure no regressions.

Questions

If you have any questions, please open an issue or contact the maintainers.

Thank you for your contributions!