-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Improved GitHub issues layout #15677
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.
Good idea but I wouldn't remove the trailing spaces in this case.
.github/ISSUE_TEMPLATE/bug_report.md
Outdated
3. | ||
1. | ||
2. | ||
3. |
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 would have kept the spaces here.
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 blame IDEA for that 😝
.github/ISSUE_TEMPLATE/bug_report.md
Outdated
- Output of `java -version`: | ||
- GraalVM version (if different from Java): | ||
- Quarkus version or git rev: | ||
- Build tool (ie. output of `mvnw --version` or `gradlew --version`): |
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.
Same here.
I made the Environment section in the Bug Report template a bit different, using sections instead of single line |
This improves issues' readability. Example: #15679