File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -12,23 +12,29 @@ body:
1212 attributes :
1313 label : Environment
1414 description : Describe your environment.
15- placeholder : >
15+ placeholder : |
1616 - Platform: [Windows / MacOS / Ubuntu]
1717 - Python version:
18- - `bigtree` version:
18+ - `bigtree` version:
19+ validations :
20+ required : true
1921 - type : textarea
2022 attributes :
2123 label : To Reproduce
2224 description : Steps or code to reproduce the behaviour.
23- placeholder : >
25+ placeholder : |
2426 1. Go to '...'
2527 2. Click on '....'
2628 3. Scroll down to '....'
2729 4. See error
30+ validations :
31+ required : true
2832 - type : textarea
2933 attributes :
3034 label : Expected behaviour
3135 description : A clear and concise description of what you expected to happen.
36+ validations :
37+ required : true
3238 - type : textarea
3339 attributes :
3440 label : Screenshots
You can’t perform that action at this time.
0 commit comments