Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 694 Bytes

File metadata and controls

13 lines (10 loc) · 694 Bytes

Contributing to Package Name

Thank you for considering contributing! To make the process as smooth as possible, please follow these guidelines:

Pull Request Process

  1. Fork the repository and create your branch from main.
  2. If you've added code that should be tested, add tests.
  3. Ensure the test suite passes (vendor/bin/pest).
  4. Update the documentation if you've changed any public APIs.
  5. Submit your PR with a clear description of the specific changes.

Bug Reports

Please use the GitHub Issue Tracker to report bugs. Include as much detail as possible, including your PHP version and a code snippet to reproduce the issue.