Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 836 Bytes

File metadata and controls

36 lines (23 loc) · 836 Bytes

Contributing Guide

Thank you for considering contributing to Laravel API Modules!

Ways to Help

  • Report bugs and submit issues.
  • Suggest new features and improvements.
  • Improve documentation.
  • Submit pull requests for bugfixes or new features.

How to Contribute

  1. Fork the repository
  2. Create a new branch for your feature or fix.
  3. Write tests for your changes if applicable.
  4. Make sure all tests pass.
  5. Submit a pull request (PR) describing your changes.

Coding Standards

  • Follow PSR-12 coding style.
  • Use descriptive commit messages.
  • Document public code with PHPDoc blocks.

Running Tests

Coming soon — we aim to provide a test suite and CI instructions.

Code of Conduct

Be respectful, inclusive, and constructive.


Thank you for helping make this package better!