Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 700 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (17 loc) · 700 Bytes

Contributing

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

Here is a quick guide to contributing to the Library Management System

  • Fork the project
  • Make a change
  • create a pull request

Then the project team will merge in your request

Notes

Suggest that the project set up a series of scripts

for example :

php artisan lint 

Run the PHP CS (code sniffer) to ensure that coding is up to standard - what standard?
Suggest following https://cylab.be/blog/22/using-php-codesniffer-in-a-laravel-project

php artisan tests 

Run a set of phpUnit tests

php artisan build-manual Runs a set of phpUnit tests, takes screen shots, and builds a manual