From a92c189c0326ed4231c9101efd2780bd5d10bc3a Mon Sep 17 00:00:00 2001 From: Josh Schmidt Date: Sun, 22 Oct 2023 10:30:20 -0600 Subject: [PATCH] bug report formatting --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 6e686bb5..f06bbb38 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -30,8 +30,7 @@ body: label: Steps to reproduce description: | Create an example on JSFiddle, CodePen or similar service and outline the steps for reproducing the bug. - - **Tip** go to [tom-select.js.org](https://tom-select.js.org) and click "edit" -> "JSFiddle" or "CodePen" to start a example) + **Tip** go to tom-select.js.org and click "edit" -> "JSFiddle" or "CodePen" to start a example) value: | 1. Go to ... 2. Click on .... @@ -44,10 +43,10 @@ body: attributes: label: Additional context description: Add any other context about the problem here - value: " + value: | - OS: [e.g. iOS, Windows] - Browser [e.g. chrome, safari] - Version [e.g. 22] - - Device: [e.g. iPhone6]" + - Device: [e.g. iPhone6] validations: required: true \ No newline at end of file