-
Notifications
You must be signed in to change notification settings - Fork 1
Update issue templates #247
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
jimboid
left a comment
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.
Hi Harry, looking great.
Can you add to the environment and versions to append a dump of either
conda packages using "conda list" or if using venv then "pip list"
That's a great spot, thank you! I've just added that in now. |
jimboid
left a comment
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 great. A nice addition to the repo and will help with long term handling of requests and reports.
Summary
This PR will add GitHub issue templates for Bug Reports and Feature Requests, including structured sections, placeholders, and guidance for YAML/CLI workflows. These templates improve consistency and reproducibility for contributors submitting bugs or feature requests.
Changes
Add Bug Report Template:
.github/ISSUE_TEMPLATE/bug_report.mdAdd Feature Request Template:
.github/ISSUE_TEMPLATE/feature_request.mdImpact