Skip to content

Commit

Permalink
chore: improve bug report issue template (#6570)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-fix authored Sep 29, 2023
1 parent 5f447ca commit c852d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ body:
id: reproduction
attributes:
label: Minimal reproducible example
description: "A code snippet, demo project, or link that reproduces the issue."
description: "A code snippet with irrelevant parts and dependencies already removed, providing a concise representation of the issue. While demo projects are accepted, please keep them as minimal as possible to speed up the triaging process. Otherwise, processing of the issue could be severely prolonged."
placeholder: "Example:\n```html\n<vaadin-button><vaadin-icon icon=\"vaadin:phone\"></vaadin-icon> Call<vaadin-button>\n<script>\n document.querySelector(\"vaadin-button\").addEventListener(\"click\", () => console.log(\"Clicked\"));\n</script>\n```"
validations:
required: true
Expand Down

0 comments on commit c852d5f

Please sign in to comment.