-
Notifications
You must be signed in to change notification settings - Fork 262
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
Create a issue template for bugs #912
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ 🚨 Try these New Features:
|
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.
Thanks @misko This looks great!
Should we add more templates (ie for documentation suggestions, feature requests, etc)?
I really like the setup in quacc as an example: https://github.com/Quantum-Accelerators/quacc/tree/main/.github/ISSUE_TEMPLATE
@lbluque This makes sense! I added in at least "other" / misc , so after merging someone can at least use that to file a non bug issue. |
id: code-snippet | ||
attributes: | ||
label: Minimal example | ||
description: Please provide a minimal code snippet to reproduce this 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.
this isn't always applicable right? we allow this be blank?
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.
right, this field is not required
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! thanks for adding this!
Add an intake form for tracking bugs, require information about the system and reproducible example. Parts have been borrowed from pymatgen intake form.