Skip to content

Commit ff36297

Browse files
authored
Enhancement: Use shell for fenced code blocks (#891)
1 parent fe0679e commit ff36297

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Anybody who programs in PHP can be a contributing member of the community that
44
develops and deploys www.php.net; the task of deploying the www.php.net website is a never-ending one.
55

66
You 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

125125
5. Test your changes before committing them. We mean it. Really. To do so use
126126

127-
```
127+
```shell
128128
make tests
129129
```
130130

131131
5. Fix coding standard issues before committing code. To do so use
132132

133-
```
133+
```shell
134134
make coding-standards
135135
```
136136

0 commit comments

Comments
 (0)