react-native/.github/ISSUE_TEMPLATE.md
Hector Ramos 0d3b7fe472 Update guidelines.
Summary:
Consolidate tips on CONTRIBUTING.md, and reduce the wall of text when opening a new issue. Hoping this will encourage more people to read through the text.
Closes https://github.com/facebook/react-native/pull/14518

Differential Revision: D5250443

Pulled By: hramos

fbshipit-source-id: 91213c4ceca12225d9f54d1e1e81e020c6e463b3
2017-06-14 15:16:59 -07:00

1.6 KiB

**Issues that do not describe a bug or do not fill out the template below will be closed**

We use GitHub Issues exclusively for tracking bugs in React Native.

Reporting bugs

Want to report a bug? Please read the bug reporting guidelines: https://github.com/facebook/react-native/blob/master/CONTRIBUTING.md#bugs

Description

Explain what you did, what you expected to happen, and what actually happens.

Reproduction Steps

List all the steps required to reproduce the issue you're reporting. These steps should be clear and concise. Always include a sample of your code.

Sample Code

An example of your code or a reproduction of the problem using Snack is REQUIRED.

Solution

What needs to be done to address this issue? Ideally, provide a pull request with a fix.

Additional Information

  • React Native version: [FILL THIS OUT: Be specific, filling out "latest" here is not enough.]
  • Platform: [FILL THIS OUT: iOS, Android, or both?]
  • Development Operating System: [FILL THIS OUT: Are you developing on macOS, Linux, or Windows?]
  • Build tools: [FILL THIS OUT: Xcode or Android Studio version, iOS or Android SDK version, if applicable]