Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ To test the changes you will obviously need a bot, assuming you already have one

The easiest way to test your changes is to run the bot with `getUpdates` method - use `php bin/console loop` command.

Make sure your code is following PSR-2 coding standard - run [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) with `composer check-code` command.
Make sure your code is following PSR-2 coding standard - run [PHP_CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) with `composer check-code` command.

Now when all seems to be good push you changes to a new branch in your fork and then [create a pull request](https://github.com/jacklul/inlinegamesbot/compare) explaining all the changes.
Loading