Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.48 KB

CONTRIBUTING.md

File metadata and controls

32 lines (23 loc) · 1.48 KB

CONTRIBUTING

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

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.

Must haves for packages

  • 100 stars on Github.
  • Support Laravel 5.1 or higher.
  • Use PSR-4 autoloader.
  • 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 packages listed on Awesome Laravel (master) prior to 11th October, 2015

Best practices for packages