Skip to content

Commit f1848d0

Browse files
Add issue template
1 parent 45a55b0 commit f1848d0

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
Have you read our [Code of Conduct](https://github.com/Flutterwave/Java/blob/master/CONTRIBUTING.md)? By filing an Issue, you are expected to comply with it, including treating everyone with respect.
11+
12+
# Description
13+
<!-- Description of the issue -->
14+
15+
# Steps to Reproduce
16+
17+
1. <!-- First Step -->
18+
2. <!-- Second Step -->
19+
3. <!-- and so on… -->
20+
21+
## Expected behaviour
22+
<!-- What you expect to happen -->
23+
24+
## Actual behaviour
25+
<!-- What actually happens -->
26+
27+
## Reproduces how often
28+
<!-- What percentage of the time does it reproduce? -->
29+
30+
# Configuration
31+
- API Version: <!-- v2 or v3 -->
32+
- Environment: <!-- test mode or live mode -->
33+
- Browser: <!-- [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ] -->
34+
- Language: <!-- [all | Node X.X | TypeScript X.X | Python X.X | ES6/7 | ES5 | Dart | Android X.X | PHP X.X | Laravel X.X ] -->
35+
36+
# Additional Information
37+
<!-- Any additional information, configuration or data that might be necessary to reproduce the issue e.g. detailed explanation, stack traces, related issues, suggestions on how to fix, links for us to have more context like StackOverflow, Gitter, etc. -->

0 commit comments

Comments
 (0)