Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 2.12 KB

CONTRIBUTING.md

File metadata and controls

12 lines (8 loc) · 2.12 KB

⚠️ From now on, users that don't adhere to the following guidelines when submitting an issue will see it closed without warning.

This project is the result of countless hours of work and is maintained for free on our spare time. Show some love and respect by making it easier for us to help you!

If you would like to report a problem, take a look around and see if someone already opened an issue about it. If you are certain this is a new, unreported bug, you can submit a bug report by opening a new issue.

⚠️ When doing so, you need to fill out the issue template completely. This step is mandatory! Not doing so will result in your issue getting closed. Don't take this personally if this happens, and feel free to open a new issue once you've gathered all the information required by the template.

  • One issue, one bug: Please report a single bug per issue.
  • Provide a Snack example: To demonstrate the issue, you need to provide a reduced test case using Snack and follow the guidelines for providing a Minimal, Complete, and Verifiable example. More often than not, providing a screencast will also be of tremendous help to understand the matter at stake (a screenshot might sometimes be enough).
  • Provide reproduction steps: List all the steps necessary to reproduce the issue. Provide a Snack, share the relevant source code or upload a sample project to GitHub. We should be able to follow these steps to reproduce your issue with minimal effort.
  • Try out the latest version: Verify that the issue can be reproduced locally by updating your project to use the latest commit from master. The bug may have already been fixed! Also make sure to test the latest stable release of React Native as your issue could be linked to RN's core.