Skip to content

Update issue template to be more exhaustive #363

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 31, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 21 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,35 @@ about: Report a reproducible or regression bug in React Native Testing Library'
labels: 'bug report'
---

## Versions
## Describe the bug

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

## Description
## Expected behavior

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

## Reproducible Demo
## Steps to Reproduce

<!--
Let us know how to reproduce the issue. Include a code sample or share a project that reproduces the issue.
Please follow the guidelines for providing a minimal example: https://stackoverflow.com/help/mcve.
-->

## Screenshots

<!--
If applicable, add screenshots to help explain your problem.
-->

## Versions

<!--
run following command in terminal of your root project and paste the result down

`npx envinfo --npmPackages react,react-native,react-test-renderer,react-native-testing-library`
-->