Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.54 KB

CONTRIBUTING.md

File metadata and controls

31 lines (21 loc) · 1.54 KB

Contributing Guide

We welcome contributions to the Laravel.io project. Please read the following guide before posting an issue or sending in pull requests. Please also read our Code of Conduct before contributing or engaging in discussions.

Issues

  • Feature requests need to describe as thoroughly as possible and perhaps contain some info on how you would implement it
  • Bug reports need to be described in detail what the problem is, how it was triggered and perhaps contain a possible solution
  • Questions are free to be asked about the internals of the codebase and about the project

Pull Requests

Coding Standards

  • It's a good practice to write tests for your contribution
  • Write the full namespace in DocBlocks for @param, @var or @return tags
  • The rest of the coding standards will automatically fixed by Github Actions

Testing

All tests can be run with the following commands.

$ vendor/bin/phpunit