You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,6 @@ To test the changes you will obviously need a bot, assuming you already have one
9
9
10
10
The easiest way to test your changes is to run the bot with `getUpdates` method - use `php bin/console loop` command.
11
11
12
-
Make sure your code is following PSR-2 coding standard - run [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) with `composer check-code` command.
12
+
Make sure your code is following PSR-2 coding standard - run [PHP_CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) with `composer check-code` command.
13
13
14
14
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.
0 commit comments