ISSUE_TEMPLATE 1.3 KB

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