|
@@ -10,6 +10,18 @@ body:
|
|
|
options:
|
|
|
- label: I have searched the existing issues
|
|
|
required: true
|
|
|
+- type: textarea
|
|
|
+ attributes:
|
|
|
+ label: Which Component
|
|
|
+ description: Which component are you having trouble using.
|
|
|
+ validations:
|
|
|
+ required: false
|
|
|
+- type: textarea
|
|
|
+ attributes:
|
|
|
+ label: Semi Version
|
|
|
+ description: The version number of semi you are using.
|
|
|
+ validations:
|
|
|
+ required: false
|
|
|
- type: textarea
|
|
|
attributes:
|
|
|
label: Current Behavior
|
|
@@ -33,6 +45,17 @@ body:
|
|
|
4. See error...
|
|
|
validations:
|
|
|
required: false
|
|
|
+- type: textarea
|
|
|
+ attributes:
|
|
|
+ label: ReproducibleCode
|
|
|
+ placeholder: |
|
|
|
+ import { Button } from '@douyinfe/semi-ui';
|
|
|
+ () => {
|
|
|
+ return (<Button>bug</Button>);
|
|
|
+ }
|
|
|
+ render: markdown
|
|
|
+ validations:
|
|
|
+ required: false
|
|
|
- type: textarea
|
|
|
attributes:
|
|
|
label: Environment
|
|
@@ -43,8 +66,7 @@ body:
|
|
|
- **npm**: 7.6.3
|
|
|
value: |
|
|
|
- OS:
|
|
|
- - Node:
|
|
|
- - npm:
|
|
|
+ - browser:
|
|
|
render: markdown
|
|
|
validations:
|
|
|
required: false
|