Skip to content

Commit 59c1ae4

Browse files
Update CONTRIBUTING.md
1 parent 4f97f63 commit 59c1ae4

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1-
## Contribute
1+
# Contributing
2+
3+
Thanks for contributing!
4+
5+
## Requirements
6+
7+
- PHP 8.2+
8+
- Composer
9+
- PSR-12 Code Style
10+
11+
## How to Contribute
12+
13+
1. Fork & create a branch: `feature/my-feature`
14+
2. Add tests and changelog if needed
15+
3. Open a PR and link changelog issue: `#123`
16+
17+
## Checklist
18+
19+
- [ ] Code follows style
20+
- [ ] CI (PHPStan, PHPUnit) passes
21+
- [ ] Changelog submitted

0 commit comments

Comments
 (0)