|
| 1 | +## Issue |
| 2 | +<!-- |
| 3 | + |
| 4 | +Thanks for reporting an issue. |
| 5 | + |
| 6 | +Before doing so, there are a few checks to do in |
| 7 | + order to optimize its resolution. Just fill in the |
| 8 | + following template. |
| 9 | + |
| 10 | +Beware that you also can create a pull request |
| 11 | + if you know how to solve the issue. |
| 12 | + |
| 13 | +Finally scroll down if you asking for a feature ;) |
| 14 | + |
| 15 | +--> |
| 16 | + |
| 17 | +I'm a gentledev i: |
| 18 | +- [ ] fully read the README recently |
| 19 | +- [ ] searched for existing issues |
| 20 | +- [ ] checked i'm up to date with the latest version of the project |
| 21 | + |
| 22 | +### Expected behavior |
| 23 | + |
| 24 | +### Actual behavior |
| 25 | + |
| 26 | +### Steps to reproduce the behavior |
| 27 | + |
| 28 | +### Debugging informations |
| 29 | +- `node -v` result: |
| 30 | +``` |
| 31 | +<paste here> |
| 32 | +``` |
| 33 | + |
| 34 | +- `npm -v` result: |
| 35 | +``` |
| 36 | +<paste here> |
| 37 | +``` |
| 38 | +If the result is lower than 6.9.5, there is |
| 39 | + poor chances i even have a look to it. Please, |
| 40 | + use the last [NodeJS LTS version](https://nodejs.org/en/). |
| 41 | + |
| 42 | +## Feature request |
| 43 | +<!-- |
| 44 | + |
| 45 | +If you think a feature need to be added, your suggestions |
| 46 | + are welcome. Beware though that: |
| 47 | +- I try to keep my module simple so please ensure the requested |
| 48 | + feature is really related to this module. If not, you may |
| 49 | + instead create a module that augment/work with this one, |
| 50 | +- I am not your employee so keep calm and be aware that your |
| 51 | + request may stay incomplete for ever. Nothing impeach you |
| 52 | + to implement the feature and get it merged though. |
| 53 | +--> |
| 54 | + |
| 55 | +### Feature description |
| 56 | + |
| 57 | +### Use cases |
| 58 | + |
| 59 | +- [ ] I will/have implement the feature |
0 commit comments