Issue Summary
As of now, when creating an issue, there is only a single markdown file that needs to be completed depending on what is being reported (bug, feature, etc.)
This can lead to incoherent sections for what is being written.
Issue templates could greatly help in improving the quality of the issues that are being written by having specific types of content per issues instead of a generic one
Category
- [ ] Bug report
- [ ] Regression
- [ ] Feature suggestion
- [ ] Documentation issue
- [x] Other
Expected Behavior
When creating an issue, I should be able to choose what I would like to write.
A good example is the eslint issue page:

Actual Behavior
There is a single and generic markdown template to fill:

Steps to Reproduce
N/A
Environment
- Browser/Device: N/A
- Node version: N/A
- Version: N/A
Additional Information
The templates should be for each section of the Category part:
- Bug report
- Regression
- Feature suggestion
- Documentation issue
- Other
Additionally, an option inviting to use the discussions (as in the eslint repository) could be a nice addition.
Issue Summary
As of now, when creating an issue, there is only a single markdown file that needs to be completed depending on what is being reported (bug, feature, etc.)
This can lead to incoherent sections for what is being written.
Issue templates could greatly help in improving the quality of the issues that are being written by having specific types of content per issues instead of a generic one
Category
Expected Behavior
When creating an issue, I should be able to choose what I would like to write.
A good example is the eslint issue page:
Actual Behavior
There is a single and generic markdown template to fill:
Steps to Reproduce
N/A
Environment
Additional Information
The templates should be for each section of the
Categorypart:Additionally, an option inviting to use the discussions (as in the
eslintrepository) could be a nice addition.