-
Notifications
You must be signed in to change notification settings - Fork 95
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
GitHub: add issue templates #201
Conversation
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.
Great idea 🥇
I just left a few nits. Nothing major.
.github/ISSUE_TEMPLATE/bug_report.md
Outdated
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: Bug |
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.
Should this be "bug" to match the one pre-created by GitHub? I think they are case-sensitive.
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.
You're right, this very likely is case sensitive. Fixed.
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. Nice work and great idea. Especially pointing folks to relevant resources.
To make initial triage easier and nudge people into reading the documentation and gathering information before submitting an issue, we add three issue templates: bug reports, feature requests and "other".