-
Notifications
You must be signed in to change notification settings - Fork 6
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
Adding GH Issue Templates #97
Conversation
Great idea, but maybe these are a bit too detailed/restrictive? |
Yes, the idea was to use them with #94. What do you recommend? removing |
The templates we have at Mesa itself only give some suggested headers, not fixed boxes. You can change and modify them. For now I personally would go that direction. |
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.
I still find them a bit verbose, but it will probably help structure for new contributors.
This PR introduces standardized GitHub issue templates for bug reports and feature requests. These templates will help streamline our issue management process by ensuring that contributors provide consistent and comprehensive information when reporting bugs or suggesting new features.
Added a bug report template (
bug_report.yml
)Added a feature request template (
feature_request.yml
)Both templates are configured to automatically add appropriate labels ("bug" or "feature" + "triage")