File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed 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
4
4
develops and deploys www.php.net ; the task of deploying the www.php.net website is a never-ending one.
5
5
6
6
You don't need any special access to download, debug and begin submitting
7
- code, tests or documentation.
7
+ code, tests or documentation.
8
8
9
9
## Index
10
10
@@ -62,14 +62,14 @@ about what you're working on, you can contact us via the
62
62
- Create test scripts.
63
63
- Run
64
64
65
- ```
65
+ ``` shell
66
66
make tests
67
67
```
68
68
69
69
to check your change doesn't break other features.
70
70
- Run
71
71
72
- ```
72
+ ``` shell
73
73
make coding-standards
74
74
```
75
75
@@ -93,7 +93,7 @@ bumping. Before doing this think about these questions:
93
93
94
94
## What happens when your contribution is applied?
95
95
96
- Your name will likely be included in the Git commit log.
96
+ Your name will likely be included in the Git commit log.
97
97
98
98
## Git commit rules
99
99
@@ -124,13 +124,13 @@ Having said that, here are the organizational rules:
124
124
125
125
5 . Test your changes before committing them. We mean it. Really. To do so use
126
126
127
- ```
127
+ ``` shell
128
128
make tests
129
129
```
130
130
131
131
5 . Fix coding standard issues before committing code. To do so use
132
132
133
- ```
133
+ ``` shell
134
134
make coding-standards
135
135
```
136
136
You can’t perform that action at this time.
0 commit comments