Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.42 KB

ISSUE_TEMPLATE.md

File metadata and controls

21 lines (14 loc) · 1.42 KB

Hey there and thank you for using React Native!

React Native, as you've probably heard, is getting really popular and truth is we're getting a bit overwhelmed by the activity surrounding it. There are just too many issues for us to manage properly.

Do the checklist before filing an issue:

  • Is this something you can debug and fix? Send a pull request! Bug fixes and documentation fixes are welcome.
  • Have a usage question? Ask your question on StackOverflow. We use StackOverflow for usage question and GitHub for bugs.
  • Have an idea for a feature? Post the feature request on Product Pains. It has a voting system to surface the important issues. GitHub issues should only be used for bugs.

None of the above, create a bug report

Make sure to add all the information needed to understand the bug so that someone can help. If the info is missing we'll add the 'Needs more information' label and close the issue until there is enough information.

  • Provide a minimal code snippet / rnplay example that reproduces the bug.
  • Provide screenshots where appropriate
  • What's the version of React Native you're using?
  • Does this occur on iOS, Android or both?
  • Are you using Mac, Linux or Windows?