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