You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Report a bug or issue related to the SDK or its components.
3
+
labels: ["bug"]
4
+
5
+
body:
6
+
- type: markdown
7
+
attributes:
8
+
value: |
9
+
**For your security, please make sure you are not attaching any sensitive information such as API keys in your bug report.**
10
+
11
+
- type: checkboxes
12
+
id: checklist
13
+
attributes:
14
+
label: Checklist
15
+
options:
16
+
- label: The issue can be reproduced in the attached sample application in the repository.
17
+
required: true
18
+
- label: I have read the relevant [SDK documentation](https://github.com/SAP/gigya-flutter-plugin#flutter-plug-in-for-sap-customer-data-cloud) and have not found a suitable solution or answer.
19
+
required: true
20
+
- label: I agree to the terms within the [SAP Code of Conduct](https://github.com/SAP/gigya-flutter-plugin/blob/main/CODE_OF_CONDUCT.md).
21
+
required: true
22
+
23
+
- type: textarea
24
+
id: description
25
+
attributes:
26
+
label: Description
27
+
description: Provide a clear and concise description of the issue.
28
+
placeholder: |
29
+
1. Short description...
30
+
2. Expected behavior...
31
+
3. Actual behavior...
32
+
validations:
33
+
required: true
34
+
35
+
- type: textarea
36
+
id: reproduction
37
+
attributes:
38
+
label: Reproduction
39
+
description: Detail the steps taken to reproduce the issue behavior.
40
+
placeholder: |
41
+
1. Step 1...
42
+
2. Step 2...
43
+
3. ...
44
+
validations:
45
+
required: true
46
+
47
+
- type: textarea
48
+
id: additional-context
49
+
attributes:
50
+
label: Additional context
51
+
description: Add any other relevant information you think would be useful in describing the issue.
52
+
validations:
53
+
required: false
54
+
55
+
- type: input
56
+
id: sdk-version
57
+
attributes:
58
+
label: SDK version
59
+
description: We recommend staying updated with the latest version.
60
+
validations:
61
+
required: true
62
+
63
+
- type: input
64
+
id: platform
65
+
attributes:
66
+
label: Android/iOS
67
+
validations:
68
+
required: false
69
+
70
+
- type: markdown
71
+
id: note
72
+
attributes:
73
+
value: |
74
+
**Note:** In some cases (usually when the issue falls under implementation), you will be required to open a [support ticket](https://me.sap.com/notes/1296527) instead of a publicly viewable bug report. This is to ensure that no sensitive information will be exposed publicly.
description: Suggest an idea or feature for this project.
3
+
labels: ["feature request"]
4
+
5
+
body:
6
+
- type: checkboxes
7
+
id: checklist
8
+
attributes:
9
+
label: Checklist
10
+
options:
11
+
- label: I have read the relevant [SDK documentation](https://github.com/SAP/gigya-flutter-plugin#flutter-plug-in-for-sap-customer-data-cloud) and have not found a suitable solution.
12
+
required: true
13
+
- label: I agree to the terms within the [SAP Code of Conduct](https://github.com/SAP/gigya-flutter-plugin/blob/main/CODE_OF_CONDUCT.md).
14
+
required: true
15
+
16
+
- type: textarea
17
+
id: description
18
+
attributes:
19
+
label: Describe the problem you'd like to have solved.
20
+
description: A clear and concise description of what the problem is.
21
+
placeholder: I have a problem when…
22
+
validations:
23
+
required: true
24
+
25
+
- type: textarea
26
+
id: ideal-solution
27
+
attributes:
28
+
label: Describe the ideal solution.
29
+
description: A clear and concise description of what you want to happen.
30
+
validations:
31
+
required: true
32
+
33
+
- type: textarea
34
+
id: alternatives-or-workarounds
35
+
attributes:
36
+
label: Alternatives or workarounds
37
+
description: A clear and concise description of any alternative solutions or features you've considered that could solve your problem.
38
+
39
+
- type: textarea
40
+
id: additional-context
41
+
attributes:
42
+
label: Additional context
43
+
description: Add any other information or screenshots to help describe the feature request here.
0 commit comments