chore(workflow): adjust issue templates (#12528)

This commit is contained in:
neverland
2023-12-24 11:15:49 +00:00
committed by GitHub
parent 6bab89f766
commit 9a251fdab0
6 changed files with 4 additions and 84 deletions
@@ -0,0 +1,40 @@
name: Bug Report
description: Use issue template to report a bug.
title: "[Bug Report] Title"
labels: ["bug: need confirm"]
body:
- type: input
id: reproduce
attributes:
label: Reproduction Link
description: Please provide a simple [codesandbox](https://codesandbox.io/s/vant-3-issue-template-8fuq5o) or GitHub repository link. Do not fill in invalid links, this will cause your issue to be closed directly.
validations:
required: true
- type: input
id: version
attributes:
label: Vant Version
description: Please fill in the version actually installed in node_modules/vant/package.json
placeholder: E.g. 4.2.0
validations:
required: true
- type: textarea
id: description
attributes:
label: Describe the Bug
validations:
required: true
- type: textarea
id: reproduce-steps
attributes:
label: Reproduce Steps
validations:
required: true
- type: input
id: browsers
attributes:
label: Device / Browser