Skip to content

Commit

Permalink
Update 1_Bug_report.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DjordyKoert authored Jul 16, 2024
1 parent 2f20162 commit eddb05f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/1_Bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ body:
description: A clear and concise description of the problem
validations:
required: true
- type: textarea
id: json
attributes:
label: JSON OpenApi
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`)
- ```
render: markdown
- type: textarea
id: additional-context
attributes:
Expand Down

0 comments on commit eddb05f

Please sign in to comment.