Update bug-report.yml (#2787)

This commit is contained in:
Adam Hopkins 2023-07-12 18:53:14 +03:00 committed by GitHub
parent 6e61eab872
commit 93714df051
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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