Héctor Ramos 829e9ba180 Add Feature Request template
Summary: Closes https://github.com/facebook/react-native/pull/19498

Differential Revision: D8197147

Pulled By: hramos

fbshipit-source-id: 0668b885a0eb04a3af948f5643649d5b68488c71
2018-05-29 17:30:16 -07:00

28 lines
1023 B
Markdown

---
name: 🐛 Bug Report
about: Report a reproducible bug or regression in the core React Native library.
---
<!-- Requirements: please go through this checklist before opening a new issue -->
- [ ] Review the documentation: https://facebook.github.io/react-native
- [ ] Search for existing issues: https://github.com/facebook/react-native/issues
- [ ] Use the latest React Native version: https://github.com/facebook/react-native/releases
- [ ] Run `react-native info` in your terminal and paste its contents under "Environment"
- [ ] Let us know how to reproduce the issue. Include a code sample, share a project, or
share an app that reproduces the issue using https://snack.expo.io/
## Environment
<!-- Required. -->
## Description
<!-- Describe your issue in detail. -->
## Steps to Reproduce
<!-- Required. -->
## Expected Behavior
<!-- Write what you thought would happen. -->
## Actual Behavior
<!-- Write what happened. Include screenshots if needed. If this is a regression, let us know. -->