From 93714df051a05a0cdf2d8153356a56f971188841 Mon Sep 17 00:00:00 2001 From: Adam Hopkins Date: Wed, 12 Jul 2023 18:53:14 +0300 Subject: [PATCH] Update bug-report.yml (#2787) --- .github/ISSUE_TEMPLATE/bug-report.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 6e19818e..4d11494c 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -21,7 +21,14 @@ body: id: code attributes: label: Code snippet - description: Relevant source code, make sure to remove what is not necessary. + 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 + + app = Sanic("Example") + ``` validations: required: false - type: textarea