Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.12 KB

File metadata and controls

25 lines (19 loc) · 1.12 KB

Contributing

Thank you for considering contributing to this project! Your help is essential in making this library better for everyone.

How to Report Bugs

  • Before opening a new issue, please search the issue tracker for similar reports.
  • When reporting a bug, include a clear and descriptive title, a detailed explanation, and steps to reproduce the issue.

How to Request Features

  • Check the existing issues to ensure your feature hasn’t already been requested.
  • Provide a clear description of the feature, its benefits, and any potential implementation ideas.

Pull Request Guidelines

  • Fork the repository and create your branch from master.
  • Follow the coding style guidelines (PSR standards).
  • Write clear commit messages that explain the rationale behind your changes.
  • Ensure all tests pass before submitting your pull request.
  • Include relevant documentation updates if necessary.

Additional Guidelines

  • Respect the existing code style and architecture.
  • Be open to feedback and constructive criticism.
  • Engage in discussions on issues and pull requests respectfully.

Thank you for your contributions!