Skip to content

Commit

Permalink
docs: fix 1_Bug_report.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DjordyKoert authored Jul 17, 2024
1 parent 8ebad71 commit f1ad177
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/ISSUE_TEMPLATE/1_Bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@ body:
description: Your generated JSON OpenApi documentation (`bin/console nelmio:apidoc:dump`)
validations:
required: true
value: ```json
- Add your JSON here (`bin/console nelmio:apidoc:dump`)
- ```
value: |
```json
Replace this text with your JSON (`bin/console nelmio:apidoc:dump`)
```
render: markdown
- type: textarea
id: additional-context
Expand Down

0 comments on commit f1ad177

Please sign in to comment.