2024-02-02 00:11:34 -07:00
name : Bug report
description : Create a report to help us improve
title : "[BUG]: "
labels : [ "bug" ]
assignees : [ ]
body :
- type : markdown
attributes :
2024-05-10 16:23:59 -06:00
value : Thanks for taking the time to fill out this bug report! Please do not report issue on 5.2.1 version, this version is not maintained anymore. Only issues on version > V6 will be handled. Please also ensure your issue is reproduced with the last release!
2024-02-02 00:11:34 -07:00
2024-05-10 16:23:59 -06:00
- type : input
2024-02-02 00:11:34 -07:00
id : version
attributes :
label : Version
2024-04-25 03:33:14 -06:00
description : What version are you using? Put the exact version from your package.json
2024-02-02 00:11:34 -07:00
validations :
required : true
- type : dropdown
id : platforms
2024-06-03 04:07:51 -06:00
validations :
required : true
2024-02-02 00:11:34 -07:00
attributes :
label : What platforms are you having the problem on?
multiple : true
options :
- iOS
- Android
- Windows
- visionOS
- Android TV
- Apple tvOS
2024-06-03 04:07:51 -06:00
- type : input
id : system_version
attributes :
label : System Version
description : What version of the system is using device that you are experiencing the issue?
validations :
required : true
- type : dropdown
id : device
validations :
required : true
attributes :
label : On what device are you experiencing the issue?
multiple : true
options :
- Real device
- Simulator
2024-02-02 00:11:34 -07:00
- type : dropdown
id : architecture
attributes :
label : Architecture
description : What architecture are you using?
options :
- Old architecture
- New architecture with interop layer
validations :
required : true
- type : textarea
id : what-happened
attributes :
label : What happened?
description : Also tell us, what did you expect to happen?
placeholder : Tell us what you see!
value : "A bug happened!"
validations :
required : true
2024-03-08 11:19:53 -07:00
- type : input
id : reproduction-repo
attributes :
2024-08-21 01:55:45 -06:00
label : Reproduction Link
2024-03-08 11:19:53 -07:00
description : Provide a link to a repository with a reproduction of the bug, this is optional but it will make us to fix the bug faster
placeholder : Reproduction Repository
value : "repository link"
validations :
required : false
2024-02-02 00:11:34 -07:00
- type : textarea
id : reproduction
attributes :
label : Reproduction
description : Tell us how can we reproduce this bug
placeholder : Reproduction
value : "Step to reproduce this bug are: "
validations :
required : true