From 929d2705697a41a5559202e79fafaaf6add0dc9e Mon Sep 17 00:00:00 2001 From: Adam Hopkins Date: Wed, 12 Jul 2023 19:00:28 +0300 Subject: [PATCH] Update bug-report.yml (#2788) --- .github/ISSUE_TEMPLATE/bug-report.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 4d11494c..16d1df79 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -24,11 +24,11 @@ body: description: | Relevant source code, make sure to remove what is not necessary. Please try and format your code so that it is easier to read. For example: - ```python - from sanic import Sanic + ```python + from sanic import Sanic - app = Sanic("Example") - ``` + app = Sanic("Example") + ``` validations: required: false - type: textarea @@ -49,11 +49,16 @@ body: - ASGI validations: required: true - - type: input + - type: dropdown id: os attributes: label: Operating System description: What OS? + options: + - Linux + - MacOS + - Windows + - Other (tell us in the description) validations: required: true - type: input