|
| 1 | +--- |
| 2 | +name: "\U0001F41B Bug Report" |
| 3 | +about: Report a general package issue. |
| 4 | +title: "[BUG]" |
| 5 | +labels: bug |
| 6 | +assignees: chris1904 |
| 7 | +--- |
| 8 | + |
| 9 | +<!-- |
| 10 | +PLEASE READ: FILLING IN THE TEMPLATE IS REQUIRED! |
| 11 | +Issues that do not include enough information might not be picked up. |
| 12 | +Issues that have not been filled in using the issue template will be _closed_. |
| 13 | +
|
| 14 | +Have you read laravel-cloudfront's contributing guidelines (https://github.com/meemalabs/laravel-cloudfront/blob/master/CONTRIBUTING.md) |
| 15 | +and Code Of Conduct (https://github.com/meemalabs/laravel-cloudfront/master/CODE_OF_CONDUCT.md)? |
| 16 | +
|
| 17 | +By filing an Issue, you are expected to comply with it, including treating everyone with respect. |
| 18 | +
|
| 19 | +Please prefix your issue with: [BUG] |
| 20 | +--> |
| 21 | + |
| 22 | +### Prerequisites |
| 23 | + |
| 24 | +<!-- |
| 25 | +Put an X between the brackets if you have done the following: |
| 26 | +--> |
| 27 | + |
| 28 | +* [ ] Are you using Laravel 6 and above? |
| 29 | +* [ ] Able to reproduce the behaviour outside of your code, the problem is isolated to laravel-cloudfront? |
| 30 | +* [ ] Checked that your issue isn't already filed. |
| 31 | +* [ ] Checked if no PR was submitted that fixes this problem. |
| 32 | + |
| 33 | +### Versions |
| 34 | + |
| 35 | +<!-- Please be as exact and complete as possible when providing version numbers --> |
| 36 | + |
| 37 | +* PHP version: <!-- put your FULL (including patch number) PHP version here --> |
| 38 | +* Laravel version: <!-- put your FULL (including patch number) Laravel version here --> |
| 39 | +* Package version: <!-- put FULL (including patch number) Laravel Text to Speech package version here --> |
| 40 | + |
| 41 | +### Description |
| 42 | + |
| 43 | +<!-- Describe the issue --> |
| 44 | + |
| 45 | +### Steps to Reproduce |
| 46 | + |
| 47 | +<!-- How can this issue be reproduced? Provide a reproduction repository to help us reproduce the issue easily. --> |
| 48 | + |
| 49 | +**Expected behavior:** |
| 50 | + |
| 51 | +<!-- What you expect to happen --> |
| 52 | + |
| 53 | +**Actual behavior:** |
| 54 | + |
| 55 | +<!-- What actually happens. Please include screenshots, stack traces and anything that can help us understand the issue. --> |
| 56 | + |
| 57 | +### Additional Information |
| 58 | + |
| 59 | +Any additional information, configuration or data that might be necessary to reproduce the issue. |
0 commit comments