react-native/.github/ISSUE_TEMPLATE.md
Héctor Ramos dd187a2764 Simplify issue template
Summary:
Reduce the amount of text people have to read through when opening a new issue.
Closes https://github.com/facebook/react-native/pull/18140

Differential Revision: D7117467

Pulled By: hramos

fbshipit-source-id: 4e976adc44a283ab6d5729e5dd2eaa095871c009
2018-02-28 16:26:01 -08:00

30 lines
710 B
Markdown

<!--
We use GitHub Issues exclusively for tracking bugs in React Native.
Please follow this template when preparing your bug report.
-->
(Describe your issue in detail.)
### Environment
(Run `react-native info` in your terminal and paste its contents here.)
### Expected Behavior
(Write what you thought would happen.)
### Actual Behavior
(Write what happened. Include screenshots if needed.)
### Steps to Reproduce
(Link to Snack, or steps to reproduce.)
<!--
Please share a project that reproduces the issue.
Ideally, create a new app using https://snack.expo.io/ and try to reproduce the issue in it.
This is a good guide to creating bug demos: https://stackoverflow.com/help/mcve
-->