barbushin/php-imap

View on GitHub
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md

Summary

Maintainability
Test Coverage
**Describe the change(s)**

A clear and concise description of what you changed and why you changed it.

**Example code to use new / updated methods**

```php
$mailbox = new Mailbox(...
```

---
Make sure, that these boxes are checked before creating your pull request:

- [ ] A short description of this change is provided
- [ ] A short example code is provided, if possible
- [ ] PHPUnit tests for your changes exists