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
- This commit introduces issue templates for bug reports, critical bug reports, and feature requests to streamline the issue creation process on Github.
about: Report issues that prevent the user from completing an action in the SumUp Android SDK
4
+
title: "[BUG] [P1]"
5
+
labels: bug
6
+
assignees: ''
7
+
8
+
---
9
+
10
+
## Summary
11
+
<!-- A clear and concise summary of the issue. -->
12
+
13
+
## What is blocked by this issue?
14
+
<!-- Summarize what the user is unable to do. (e.g. checkout, tipping, etc.) -->
15
+
16
+
## Steps to Reproduce
17
+
<!-- If possible, include a minimal code snippet or a link to a sample project that demonstrates the problem. -->
18
+
19
+
## Expected Behavior
20
+
<!-- What did you expect to happen? -->
21
+
22
+
## Actual Behavior
23
+
<!-- What actually happened instead? -->
24
+
25
+
## Android Version(s)
26
+
<!-- Which Android version(s) are affected? (e.g., Android 14, Android 13) -->
27
+
28
+
## Impacted Devices
29
+
<!-- Are there specific devices where you observe this problem? (e.g., Pixel 7, Samsung Galaxy S21) -->
30
+
31
+
## Impacted Readers
32
+
<!-- Are there specific readers where you observe this problem? (e.g., SoloLite, Solo) -->
33
+
34
+
## Firmware Version(s)
35
+
<!-- Are there specific firmware version(s) where you observe this problem? (This is typically the number on the front of the card reader screen when idle) -->
36
+
37
+
## Crash Log
38
+
<!-- If the issue is a crash, please paste the full crash log here inside code blocks. -->
39
+
40
+
## Dependency Versions
41
+
<!-- Please provide the versions of the following dependencies: -->
42
+
43
+
- SumUp SDK:
44
+
- Kotlin:
45
+
- Android Gradle Plugin:
46
+
- Gradle:
47
+
48
+
## Video / Screenshot
49
+
<!-- If available, please attach a video or screenshot demonstrating the issue. -->
50
+
51
+
## Other Information
52
+
<!-- Any additional context that might help us investigate the issue. -->
about: Create a report to help us improve the SumUp Android SDK
4
+
title: "[BUG] "
5
+
labels: bug
6
+
assignees: ''
7
+
8
+
---
9
+
10
+
## Summary
11
+
<!-- A clear and concise summary of the issue. -->
12
+
13
+
## Steps to Reproduce
14
+
<!-- If possible, include a minimal code snippet or a link to a sample project that demonstrates the problem. -->
15
+
16
+
## Expected Behavior
17
+
<!-- What did you expect to happen? -->
18
+
19
+
## Actual Behavior
20
+
<!-- What actually happened instead? -->
21
+
22
+
## Android Version(s)
23
+
<!-- Which Android version(s) are affected? (e.g., Android 14, Android 13) -->
24
+
25
+
## Impacted Devices
26
+
<!-- Are there specific devices where you observe this problem? (e.g., Pixel 7, Samsung Galaxy S21) -->
27
+
28
+
## Impacted Readers
29
+
<!-- Are there specific readers where you observe this problem? (e.g., SoloLite, Solo) -->
30
+
31
+
## Firmware Version(s)
32
+
<!-- Are there specific firmware version(s) where you observe this problem? (This is typically the number on the front of the card reader screen when idle) -->
33
+
34
+
## Crash Log
35
+
<!-- If the issue is a crash, please paste the full crash log here inside code blocks. -->
36
+
37
+
## Dependency Versions
38
+
<!-- Please provide the versions of the following dependencies: -->
39
+
40
+
- SumUp SDK:
41
+
- Kotlin:
42
+
- Android Gradle Plugin:
43
+
- Gradle:
44
+
45
+
## Video / Screenshot
46
+
<!-- If available, please attach a video or screenshot demonstrating the issue. -->
47
+
48
+
## Other Information
49
+
<!-- Any additional context that might help us investigate the issue. -->
0 commit comments