Skip to content

Commit

Permalink
Merge pull request #579 from nuxt-modules/vejja-patch-6
Browse files Browse the repository at this point in the history
bug reports: update placeholders
  • Loading branch information
vejja authored Dec 1, 2024
2 parents 3c6cd3b + 83547bd commit fdf164e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ body:
- User Config: `-`
- Runtime Modules: `-`
- Build Modules: `-`
render: shell
validations:
required: true
- type: input
Expand Down Expand Up @@ -54,6 +55,7 @@ body:
security: {
...
}
render: typescript
- type: textarea
id: reproduction
attributes:
Expand All @@ -62,6 +64,7 @@ body:
placeholder: |
- Either a GitHub repository that can reproduce the bug
- Or a link to a Stackblitz playground
render: text
validations:
required: true
- type: textarea
Expand Down Expand Up @@ -90,4 +93,4 @@ body:
label: Logs
description: |
Optional if provided reproduction. Please try not to insert an image but copy paste the log text.
render: shell-script
render: shell

0 comments on commit fdf164e

Please sign in to comment.