From 4d0c622d1581a729aa9eba780724b6636c155516 Mon Sep 17 00:00:00 2001 From: Bobbie Goede Date: Wed, 21 Feb 2024 19:31:46 +0100 Subject: [PATCH] chore: add bug report issue template (#172) * chore: add bug report issue template * chore: add vite to issue template info command Co-authored-by: Christian Preston --------- Co-authored-by: Christian Preston --- .github/ISSUE_TEMPLATE/bug-report.yml | 40 +++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml new file mode 100644 index 00000000..970fb0a8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -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