Open
Description
Relates to #486.
- general workflow
- mention starter issues
- about code reviews
- installing development dependencies + PHIVE
- unit-test your changes
- creating PRs
- rebasing
- write a few sentences on git commit messages and link https://cbea.ms/git-commit/
- write something on test naming and link https://speakerdeck.com/oliverklee/test-driven-development-with-phpunit-915a5f2c-3d37-4e41-b5bc-ef1efca9c01e?slide=39
- mention that the changelog is in reverse chronological order (newest on top)
- move the developer instructions at the end of the README there, and replaced them with a link
- In general, please always use the third person for the first sentence of a method documentation comment: "(This method) Does …"; example: https://www.php.net/manual/en/function.md5-file.php
- mention the coding style
- mention the developer tools
- document how to create PRs for mass removals/mass deprecations: Deprecate
expandShorthands
/createShorthands
/create*Shorthand
/expand*Shorthand
#512 (comment)