Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 473 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (17 loc) · 473 Bytes

Notice

NOJ welcomes all kinds of contribution, but do remember to follow the MIT license.

before you start contributing, check the following things:

  1. Your repo has been updated with NOJ;
git pull
  1. You have checked the dependences;
composer install
  1. Your database is the same with NOJ;
php artisan migrate

Then, enjoy coding~

NOJ has provided some simple issues marked Help Wanted or Good First Issue, you can start from them.