chore: use GitHub forms in issue template #85
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Context & Description
While opening #84 I noticed that there is a "Feature request" but not a "Bug report" template.
I checked
.github/ISSUE_TEMPLATE
folder where there is abug_report.md
, however it doesn't show in the list on available templates when opening a new issue (I think that it should be configured from the repository "issues" configuration).However I know that Github provides a new way the express issue template using forms.
The major benefit from my point of view are:
yml
filesNote
The feature is in beta but you can find more information in the official documentation.
I took the liberty to try it out in my fork 😅.
You can check the result on the above mentioned fork issue creation page