src
1 year ago
stubs
4 years ago
.styleci.yml
4 years ago
CHANGELOG.md
4 years ago
CODE_OF_CONDUCT.md
4 years ago
CONTRIBUTING.md
4 years ago
ISSUE_TEMPLATE.md
4 years ago
LICENSE.md
4 years ago
PULL_REQUEST_TEMPLATE.md
4 years ago
README.md
4 years ago
composer.json
1 year ago
phpunit.xml
4 years ago
upgrade.sh
4 years ago
ISSUE_TEMPLATE.md
28 lines
| 1 | <!-- Provide a general summary of the issue in the Title above --> |
| 2 | |
| 3 | ## Detailed description |
| 4 | |
| 5 | Provide a detailed description of the change or addition you are proposing. |
| 6 | |
| 7 | Make it clear if the issue is a bug, an enhancement or just a question. |
| 8 | |
| 9 | ## Context |
| 10 | |
| 11 | Why is this change important to you? How would you use it? |
| 12 | |
| 13 | How can it benefit other users? |
| 14 | |
| 15 | ## Possible implementation |
| 16 | |
| 17 | Not obligatory, but suggest an idea for implementing addition or change. |
| 18 | |
| 19 | ## Your environment |
| 20 | |
| 21 | Include as many relevant details about the environment you experienced the bug in and how to reproduce it. |
| 22 | |
| 23 | * Version used (e.g. PHP 5.6, HHVM 3): |
| 24 | * Operating system and version (e.g. Ubuntu 16.04, Windows 7): |
| 25 | * Link to your project: |
| 26 | * ... |
| 27 | * ... |
| 28 |