-
Notifications
You must be signed in to change notification settings - Fork 665
chore: add github issue templates #171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- *extension settings*: | ||
- *nodejs version*: | ||
- *vscode version*: | ||
- *extension version*: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, add the expected behavior and the actual behavior?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine, just some comments...
Please add the .github
folder into the .vscodeignore
so that we won't package the content into the *.vsix
Thanks.
I think we could get the information for the actual behavior from the bug description, so I just add the reproduce step and expected behavior. What do you think? :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR is for #169
I've added 4 issue templates.
bug.md
: For bug report.feature.md
: For feature request.question.md
: For question.ISSUE_TEMPLATE.md
: If the user chooses to create a regular issue.