cleanup CHANGELOG, is part of GitHub releases now (#2)

This commit is contained in:
Tomas Votruba 2021-05-10 02:02:35 +02:00 committed by GitHub
parent dedd4b55fe
commit a657258f31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 7024 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,19 +0,0 @@
# How to Contribute
Just follow 3 rules:
- **1 feature per pull-request**
- **New features need tests**
- Tests, coding standards and PHPStan **checks must pass**:
```bash
composer complete-check
```
Do you need to fix coding standards? Run:
```bash
composer fix-cs
```
We would be happy to accept PRs that follow these guidelines.