Skip to content

Commit 91e3b7d

Browse files
authored
Update CONTRIBUTING.md (#32)
1 parent 7d178f5 commit 91e3b7d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CONTRIBUTING.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Contributing
2+
3+
Thank you for considering contributing!
4+
5+
Before submitting a pull request, ensure all tests pass.
6+
7+
The project uses:
8+
9+
- **Pest** for unit and feature tests.
10+
- **PHPStan** for static analysis.
11+
- **Pint** for code styling.
12+
13+
All three are automatically run on every pull request.
14+
15+
You can run them locally (recommended) with:
16+
17+
```bash
18+
vendor/bin/pest
19+
vendor/bin/phpstan analyse
20+
vendor/bin/pint
21+
```

0 commit comments

Comments
 (0)