Skip to content

Commit

Permalink
Update bug-report.yml (#2788)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahopkins committed Jul 12, 2023
1 parent 93714df commit 929d270
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 929d270

Please sign in to comment.