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: .github/CONTRIBUTING.md
+13-8Lines changed: 13 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,27 @@
1
1
Contributing
2
2
-------------
3
3
4
-
Before you contribute code to php-telegram-bot, please make sure it conforms to the PSR-2 coding standard and that the php-telegram-bot unit tests still pass. The easiest way to contribute is to work on a checkout of the repository, or your own fork. If you do this, you can run the following commands to check if everything is ready to submit:
4
+
The easiest way to contribute is to work on a checkout of your own fork.
5
+
When working on the `core` repository, it makes sense to rename your fork to `php-telegram-bot`.
6
+
7
+
Before you contribute code, please make sure it conforms to the PSR-2 coding standard and that the unit tests still pass.
8
+
You can run the following commands to check if everything is ready to submit:
0 commit comments