File tree Expand file tree Collapse file tree 3 files changed +97
-0
lines changed Expand file tree Collapse file tree 3 files changed +97
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ assignees : []
3
+ body :
4
+ -
5
+ attributes :
6
+ description : " What is the problem? A clear and concise description of what the bug is."
7
+ label : " Describe the bug"
8
+ placeholder : " Tell us what you see!"
9
+ id : description
10
+ type : textarea
11
+ validations :
12
+ required : true
13
+ -
14
+ attributes :
15
+ description : " Please provide as much step-by-step detail as possible including logs, stacktraces, and uncaught exceptions."
16
+ label : " Steps to reproduce"
17
+ value : |
18
+ 1.
19
+ 2.
20
+ 3.
21
+ id : steps
22
+ type : textarea
23
+ validations :
24
+ required : true
25
+ -
26
+ attributes :
27
+ description : " What did you expect to happen?"
28
+ label : " Expected behavior"
29
+ id : expected
30
+ type : textarea
31
+ validations :
32
+ required : true
33
+ -
34
+ attributes :
35
+ description : " What version of sdk are you seeing this issue on?"
36
+ label : " SDK Version"
37
+ placeholder : " 5.2.0"
38
+ id : sdk-version
39
+ type : input
40
+ validations :
41
+ required : true
42
+ -
43
+ attributes :
44
+ description : " What devices or emulators are you seeing this bug on?"
45
+ label : Make and Model
46
+ placeholder : " iPhone 13 / Samsung S21"
47
+ id : device
48
+ type : input
49
+ validations :
50
+ required : true
51
+ -
52
+ attributes :
53
+ description : " What version of the device OS?"
54
+ label : OS
55
+ placeholder : " iOS 15.6.1 / Android 12"
56
+ id : os
57
+ type : input
58
+ validations :
59
+ required : true
60
+ -
61
+ attributes :
62
+ description : " Anything else that might be relevant for troubleshooting this bug. Any screenshots or videos that show the issue are very helpful."
63
+ label : " Additional Information/Context"
64
+ id : context
65
+ type : textarea
66
+ validations :
67
+ required : false
68
+
69
+ description : " Found a bug in the Branch Cordova SDK? File it here."
70
+ labels :
71
+ - bug
72
+ - needs-triage
73
+ name : " 🐞 Bug report"
74
+ title : " (short issue description)"
Original file line number Diff line number Diff line change
1
+ ---
2
+ blank_issues_enabled : false
3
+ contact_links :
4
+ - name : " 📕 Documentation Issue"
5
+ url : https://help.branch.io/developers-hub/docs/cordova-phonegap-ionic
6
+ about : Report an issue in the Branch Cordova SDK Reference documentation by clicking "Suggest edits" button on the documentation page.
7
+ - name : " Branch Support"
8
+ url : https://help.branch.io/using-branch/page/submit-a-ticket
9
+ about : If you are having general trouble with Branch Cordova SDK integration, please submit a ticket to Branch Support.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : 🚀 Feature Request
3
+ description : Suggest an idea for this project
4
+ title : " (short issue description)"
5
+ labels : [feature-request, needs-triage]
6
+ assignees : []
7
+ body :
8
+ - type : textarea
9
+ id : description
10
+ attributes :
11
+ label : Describe the feature
12
+ description : A clear and concise description of the feature you are proposing.
13
+ validations :
14
+ required : true
You can’t perform that action at this time.
0 commit comments