Update bug-report.yml (#2788)

This commit is contained in:
Adam Hopkins 2023-07-12 19:00:28 +03:00 committed by GitHub
parent 93714df051
commit 929d270569
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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