Skip to content

Commit 7448e88

Browse files
authored
docs: fix headling levels
1 parent b2a2d27 commit 7448e88

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,15 @@ Now, you are ready to develop!
107107
This project uses [CaptainHook](https://github.com/CaptainHookPhp/captainhook)
108108
to validate all staged changes prior to commit.
109109

110-
#### Commands
110+
### Commands
111111

112112
To see all the commands available for contributing to this project:
113113

114114
``` bash
115115
./bin/devtools
116116
```
117117

118-
#### Coding Standards
118+
### Coding Standards
119119

120120
This project follows a superset of [PSR-12](https://www.php-fig.org/psr/psr-12/)
121121
coding standards, enforced by [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer).
@@ -135,7 +135,7 @@ commands:
135135
./bin/devtools lint:fix
136136
```
137137

138-
#### Static Analysis
138+
### Static Analysis
139139

140140
This project uses a combination of [PHPStan](https://github.com/phpstan/phpstan)
141141
and [Psalm](https://github.com/vimeo/psalm) to provide static analysis of PHP
@@ -153,12 +153,12 @@ following command:
153153
./bin/devtools analyze
154154
```
155155

156-
#### Project Structure
156+
### Project Structure
157157

158158
This project uses [pds/skeleton](https://github.com/php-pds/skeleton) as its
159159
base folder structure and layout.
160160

161-
## Running Tests
161+
### Running Tests
162162

163163
The following must pass before we will accept a pull request. If this does not
164164
pass, it will result in a complete build failure. Before you can run this, be

0 commit comments

Comments
 (0)