-
Ensure the bug was not already reported by searching on GitHub under Issues.
-
If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible
-
Open a new GitHub pull request with the patch.
-
Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
-
Ensure the suggestion was not already ask by searching on GitHub under Issues.
-
If you're unable to find an open issue about your feature, open a new one. Be sure to include a title and clear description, as much relevant information as possible
-
Ensure the documentation improvement was not already submitted by searching on GitHub under Issues.
-
If you're unable to find an open issue addressing this, clone the wiki git on your computer
-
Open a new issue. Be sure to include a title and clear description, as much relevant information as possible and the patch for the documentation
The application use PSR-12 code conventions, strong typing.
The source code must be, at least, compatible with PHP 7.2.
Check your code by running the commands:
make analyze
make test
The command will output any information worth knowing. No error should be left.
If Xdebug is installed, you can also run the commands:
make coverage
Thanks!