Skip to content

Commit 58db0a6

Browse files
authored
Add Github issue templates (#251)
- This commit introduces issue templates for bug reports, critical bug reports, and feature requests to streamline the issue creation process on Github.
1 parent a827397 commit 58db0a6

4 files changed

Lines changed: 125 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
name: "Critical Bug Report"
3+
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. -->
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
name: "SDK Bug Report"
3+
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. -->
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: "SDK Feature Request"
3+
about: Suggest an idea or improvement for the SumUp Android SDK
4+
title: "[Feature] "
5+
labels: feature
6+
assignees: ''
7+
8+
---
9+
10+
## Related Problem
11+
<!-- Is your feature request related to a problem?
12+
Provide a clear and concise description of the issue (e.g., "I'm always frustrated when..."). -->
13+
14+
## Proposed Solution
15+
<!-- Describe the solution you'd like.
16+
What should happen, or what should the SDK provide? -->
17+
18+
## Alternatives Considered
19+
<!-- Have you considered any alternative solutions or features?
20+
If so, please describe them here. -->
21+
22+
## Additional Context
23+
<!-- Add any other context, screenshots, or examples that might help us understand the request. -->

0 commit comments

Comments
 (0)