Skip to content

Commit 73a6e01

Browse files
Update issue templates
1 parent 03194ed commit 73a6e01

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
Have you read our [Code of Conduct](https://github.com/Flutterwave/React/blob/master/CONTRIBUTING.md)? By filing an Issue, you are expected to comply with it, including treating everyone with respect
11+
12+
Do you want to ask a question? Are you looking for support? The developer slack is the best place for getting [support](https://bit.ly/34Vkzcg)
13+
14+
### Description
15+
16+
<!-- Description of the issue -->
17+
18+
### Steps to Reproduce
19+
20+
1. <!-- First Step -->
21+
2. <!-- Second Step -->
22+
3. <!-- and so on… -->
23+
24+
**Expected behaviour:**
25+
26+
<!-- What you expect to happen -->
27+
28+
**Actual behaviour:**
29+
30+
<!-- What actually happens -->
31+
32+
**Reproduces how often:**
33+
34+
<!-- What percentage of the time does it reproduce? -->
35+
36+
### Configuration
37+
38+
- API Version: <!-- v2 or v3 -->
39+
- Environment: <!-- test mode or live mode -->
40+
- 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 ] -->
41+
- Language: <!-- [all | Node X.X | TypeScript X.X | Python X.X | ES6/7 | ES5 | Dart | Android X.X | PHP X.X | Laravel X.X ] -->
42+
43+
### Additional Information
44+
45+
<!-- 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)