nfroidure/svgicons2svgfont

View on GitHub
.github/ISSUE_TEMPLATE

Summary

Maintainability
Test Coverage
## Issue
<!--

Thanks for reporting an issue.

Before doing so, there are a few checks to do in
 order to optimize its resolution. Just fill in the
 following template.

Beware that you also can create a pull request
 if you know how to solve the issue.

Finally scroll down if you are asking for a new feature ;)

-->

I'm a gentledev I:
- [ ] fully read the README recently
- [ ] searched for existing issues
- [ ] checked I'm up to date with the latest version of the project

### Expected behavior

### Actual behavior

### Steps to reproduce the behavior

### Debugging informations
- `node -v` result:
```
<paste here>
```

- `npm -v` result:
```
<paste here>
```
If the result is lower than 16.15.0, there is
 poor chances I even have a look to it. Please,
 use the last [NodeJS LTS version](https://nodejs.org/en/).

## Feature request
<!--

If you think a feature need to be added, your suggestions
 are welcome. Beware though that:
- I try to keep my modules simple so please ensure the requested
 feature is really related to this module. If not, you may
 instead create a module that augment/work with this one,
- I am not your employee so keep calm and be aware that your
 request may stay incomplete for ever. Nothing impeach you
 to implement the feature and get it merged though.
-->

### Feature description

### Use cases

- [ ] I will/did implement the feature