Skip to content

Commit

Permalink
chore: add bug report issue template (#172)
Browse files Browse the repository at this point in the history
* chore: add bug report issue template

* chore: add vite to issue template info command

Co-authored-by: Christian Preston <christianpreston@ymail.com>

---------

Co-authored-by: Christian Preston <christianpreston@ymail.com>
  • Loading branch information
BobbieGoede and cpreston321 authored Feb 21, 2024
1 parent d5774ac commit 4d0c622
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: "\U0001F41E Bug report"
description: Report an issue with @vueuse/motion
labels: ['pending triage']
body:
- type: textarea
id: bug-env
attributes:
label: System info
description: Output of `npx envinfo --system --npmPackages '{vue,vite,@vueuse/*}' --binaries --browsers` or `npx nuxi info` when using nuxt.
placeholder: System, Binaries, Browsers
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Reproduction
description: Please provide a link to a repo or [stackblitz](https://stackblitz.com/edit/vitejs-vite-rptfks/) that can reproduce the problem you ran into. A [**minimal reproduction**](https://stackoverflow.com/help/minimal-reproducible-example) is required.
placeholder: Reproduction
validations:
required: true
- type: textarea
id: bug-description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell us in the description. Thanks!
placeholder: Bug description
validations:
required: true
- type: textarea
id: additonal
attributes:
label: Additional context
description: If applicable, add any other context about the problem here
- type: textarea
id: logs
attributes:
label: Logs
description: |
Optional if provided reproduction. Please try not to insert an image but copy paste the log text.
render: shell-script

0 comments on commit 4d0c622

Please sign in to comment.