Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.46 KB

CONTRIBUTING.md

File metadata and controls

30 lines (22 loc) · 1.46 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.

  • 500+ stars on GitHub.
  • Support Laravel 6 LTS or higher.
  • Use PSR-4 autoloader.
  • Packages must be listed on Packagist.
  • Packages must have also had 10,000 downloads.
  • Utilize Travis-CI or similar CI tools to automatically check coding standards and run tests.

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