Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.53 KB

CONTRIBUTING.md

File metadata and controls

32 lines (23 loc) · 1.53 KB

CONTRIBUTING

Contributions are welcome, and are accepted via pull requests. Please review these guidelines before submitting any pull requests.

Must haves for Packages, Starter Projects, Codebases etc.

  • 100 stars on Github.
  • Support Laravel 5.2 or higher.
  • Use PSR-4 autoloader.
  • Packages must be listed on Packagist.
  • Tests!
  • Utilize Travis-CI or similar CI tools to automatically check coding standards and run tests.

Note: These requirements are waived off for repos listed on Awesome Laravel (master) prior to 11th October, 2015

Adding to the list of Popular Packages

Please ensure your pull request adheres to the following guidelines:

  • Make an individual pull request for each suggestion.
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • Use the following format for links: [Package](URL) - Short description
  • The pull request and commit should have a useful title.

Best practices for all repos