Skip to content

Commit

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

0 comments on commit 93714df

Please sign in to comment.