Skip to content

Commit 9245d9e

Browse files
author
Sanjeev yadav
authored
chore: Update github issue template file (#363)
1 parent 2e4594f commit 9245d9e

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,35 @@ about: Report a reproducible or regression bug in React Native Testing Library'
44
labels: 'bug report'
55
---
66

7-
## Versions
7+
## Describe the bug
88

9-
<!-- Put versions of react, react-native, react-native-testing-library and react-test-renderer you are using -->
9+
<!--
10+
Describe your issue in detail. Include screenshots if needed. If this is a regression, let us know.
11+
-->
1012

11-
## Description
13+
## Expected behavior
1214

1315
<!--
14-
Describe your issue in detail. Include screenshots if needed. If this is a regression, let us know.
16+
A clear and concise description of what you expected to happen.
1517
-->
1618

17-
## Reproducible Demo
19+
## Steps to Reproduce
1820

1921
<!--
2022
Let us know how to reproduce the issue. Include a code sample or share a project that reproduces the issue.
2123
Please follow the guidelines for providing a minimal example: https://stackoverflow.com/help/mcve.
2224
-->
25+
26+
## Screenshots
27+
28+
<!--
29+
If applicable, add screenshots to help explain your problem.
30+
-->
31+
32+
## Versions
33+
34+
<!--
35+
run following command in terminal of your root project and paste the result down
36+
37+
`npx envinfo --npmPackages react,react-native,react-test-renderer,react-native-testing-library`
38+
-->

0 commit comments

Comments
 (0)