chore: using new issue template (#9822)

This commit is contained in:
neverland
2021-11-08 17:53:45 +08:00
committed by GitHub
parent 71c51030ec
commit 8c7d301526
8 changed files with 233 additions and 11 deletions
@@ -0,0 +1,23 @@
name: Feature Request
description: Use issue template to request a new feature.
title: "[Feature Request] Title"
labels: ["feature"]
body:
- type: textarea
id: description
attributes:
label: What problem does this feature solve?
validations:
required: true
- type: textarea
id: api
attributes:
label: What does the proposed API look like?
description: Describe the new API, provide some code examples.
placeholder: |
```xml
<van-button some-prop="xxx" />
```
validations:
required: true