diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f9d55382a..f955c7194 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,19 +4,37 @@ about: Create a report to help us improve title: "[BUG] " labels: bug assignees: '' - +body: +- type: input + id: browser + attributes: + label: Browser + description: "What browser and version did this bug occur on?" + placeholder: "e.g. Chrome ver.22, Safari ver.10" + validations: + required: true +- type: input + id: os + attributes: + label: OS + description: "What is the operating system of your device?" + placeholder: "e.g. Windows 10, iOS 14, Ubuntu 23.04" + validations: + required: true +- type: input + id: screen_size + attributes: + label: Screen size + description: "What is the screen size of your device?" + placeholder: "e.g. 800x600, 1920x1080" + validations: + required: true --- **Describe the bug** A clear and concise description of what the bug is. -**Device** - - - Browser [e.g. Chrome ver.22, Safari ver.10] - - OS: [e.g. Windows 10] - - Screen size [e.g. 800x600] - **To reproduce** Steps to reproduce the behavior: @@ -28,3 +46,7 @@ Steps to reproduce the behavior: **Screenshots** If applicable, add screenshots to help explain this problem. + +**JSFiddle** + +Please add a jsFiddle replicating the bug. Without the jsFiddle most bug reports cannot be solved and will be closed.