react-native/.github/ISSUE_TEMPLATE.md
Héctor Ramos a6c9e02399 Update ISSUE_TEMPLATE.md
Summary:
Minor template updates.
Closes https://github.com/facebook/react-native/pull/14294

Differential Revision: D5167899

Pulled By: hramos

fbshipit-source-id: cef408b7d2b2ef54176177a37fc4024d1bf999c6
2017-06-01 15:02:04 -07:00

1.8 KiB

Please read the following carefully. Issues that do not follow these guidelines will be closed.

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

Reporting Bugs

Report a single bug per issue.

Reproducing bugs

  • Always provide reproduction steps.
  • Use Snack. Try to reproduce your bug on https://snack.expo.io/ first of all. If the bug cannot be reproduced using Snack, verify that the issue can be reproduced locally by targeting the latest release candidate. Ideally, check if the issue is present in master as well.
  • Do not forget to include sample code that reproduces the issue.

Issues that do not describe a bug or do not follow the template will be closed.

--- Delete everything above this line ---

Description

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

Reproduction Steps and Sample Code

List all the steps required to reproduce the issue you're reporting. These steps should be clear and concise.

An example of your code or a repro 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?]
  • Dev tools: [FILL THIS OUT: Xcode or Android Studio version, iOS or Android SDK version, if applicable]