-
-
Notifications
You must be signed in to change notification settings - Fork 354
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
doc: Update bug report issue template with new YAML format #4793
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.
Thanks! I was looking at that every few weeks whenever an issue was opened :P I didn't realize they are out of beta yet.
I have left a few things that came to mind while skimming the new template.
Co-authored-by: I-Al-Istannen <[email protected]>
Co-authored-by: I-Al-Istannen <[email protected]>
How about adding the used JVM version string as needed information? Otherwise, looks wonderful. |
Of course that should be in there as well. It just somehow slipped my mind. Will add. |
@MartinWitt Ready for re-review! |
LGTM, let's see how the users like it? Always highlighted source code seems astonishing. |
Yep. I had a quick peek and it looks pretty reasonable. Perhaps a bit large with all of the different "input, spoon code, output, expected output" stuff. |
There's new templating functionality for issues that uses YAML to produce much better structured forms for issues. I figured we should try it out. One of the biggest perks is that code formatting is automatic, reporters just need to paste in code, no need for backticks.
This can be considered a draft, feel free to suggest changes.
@MartinWitt @monperrus @SirYwell @I-Al-Istannen