Add some additional guidance in an attempt to make sure that enough information will be added to issues to make them actionable.
Move the issue template
Having a singular issue template named .github/ISSUE_TEMPLATE.md is using the legacy workflow from GitHub.
GitHub nowadays recommends for issue templates to be placed in a ISSUE_TEMPLATE directory and to use front matter, to allow for multiple descriptive issue templates.
Proposed Changes
Improve GH issue template
Add some additional guidance in an attempt to make sure that enough information will be added to issues to make them actionable.
Move the issue template
Having a singular issue template named
.github/ISSUE_TEMPLATE.md
is using the legacy workflow from GitHub. GitHub nowadays recommends for issue templates to be placed in aISSUE_TEMPLATE
directory and to use front matter, to allow for multiple descriptive issue templates.Ref: https://help.github.com/en/github/building-a-strong-community/about-issue-and-pull-request-templates