Skip to content

Commit c6eca08

Browse files
updated structure of bug reporting template
1 parent 5de9a5e commit c6eca08

File tree

1 file changed

+26
-11
lines changed

1 file changed

+26
-11
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 26 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,37 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
label: bug
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
58
---
6-
<!-- Provide a general summary of the bug in the title above. -->
79

8-
<!--- This template is entirely optional and can be removed, but is here to help both you and us. -->
9-
<!--- Anything on lines wrapped in comments like these will not show up in the final text. -->
10+
Have you read our [Code of Conduct](https://github.com/Flutterwave/Python/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
1016

11-
## Describe the Bug
17+
1. <!-- First Step -->
18+
2. <!-- Second Step -->
19+
3. <!-- and so on… -->
1220

13-
<!-- A clear and concise description of what the bug is. -->
21+
## Expected behaviour
22+
<!-- What you expect to happen -->
1423

15-
## System Information
24+
## Actual behaviour
25+
<!-- What actually happens -->
1626

17-
- Operating system:
18-
- Rave version:
27+
## Reproduces how often
28+
<!-- What percentage of the time does it reproduce? -->
1929

20-
## Additional Context
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 ] -->
2135

22-
<!-- Add any other relevant information about the problem here. -->
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)