Click on "fork" at the top right of the page
- composer install
- php bin/console doctrine:database:create
- php bin/console doctrine:schema:update --force
- create a new branch
- git checkout -b my-new-feature
- Commit
- git commit -m "Commit message"
- Send changes to the new branch
- git push origin my-new-feature
Once your modifications have been sent to your GitHub fork, you have to send your change request by sending a pull request.
To do this, go to your GitHub fork, on your new branch, and click on "Compare & pull request".
You will then be asked to write a message to present your proposal for changes to the author of the project.
the author of the project will consult your proposals, and you will receive a notification by GitHub when he / she integrates them or refuses them.
- PSR-1 : Basic Coding Standard
- PSR-2 : Coding Style Guide
- PSR-4 : Autoloading Standard
To ensure the quality of our application, we used the Codacy tool that allows us to review our code and control its quality.
To analyze the performance of the ToDoList application, we use the Blackfire tool to analyze the performance of the application.
We used PHPUnit to perform the functional and functional tests of the application.
The test coverage report is available on the "web/test-coverage" folder