File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Anybody who programs in PHP can be a contributing member of the community that
44develops and deploys www.php.net ; the task of deploying the www.php.net website is a never-ending one.
55
66You don't need any special access to download, debug and begin submitting
7- code, tests or documentation.
7+ code, tests or documentation.
88
99## Index
1010
@@ -62,14 +62,14 @@ about what you're working on, you can contact us via the
6262- Create test scripts.
6363- Run
6464
65- ```
65+ ``` shell
6666 make tests
6767 ```
6868
6969 to check your change doesn't break other features.
7070- Run
7171
72- ```
72+ ``` shell
7373 make coding-standards
7474 ```
7575
@@ -93,7 +93,7 @@ bumping. Before doing this think about these questions:
9393
9494## What happens when your contribution is applied?
9595
96- Your name will likely be included in the Git commit log.
96+ Your name will likely be included in the Git commit log.
9797
9898## Git commit rules
9999
@@ -124,13 +124,13 @@ Having said that, here are the organizational rules:
124124
1251255 . Test your changes before committing them. We mean it. Really. To do so use
126126
127- ```
127+ ``` shell
128128 make tests
129129 ```
130130
1311315 . Fix coding standard issues before committing code. To do so use
132132
133- ```
133+ ``` shell
134134 make coding-standards
135135 ```
136136
You can’t perform that action at this time.
0 commit comments