Skip to content

Commit

Permalink
doc(CONTRIBUTING): add contributing guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Exilz committed Mar 7, 2018
1 parent 60d5359 commit 72cca83
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
:warning: **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 a are certain this is a new, unreported bug, you can submit a bug report by [opening a new issue](https://github.com/archriss/react-native-render-html/issues/new).

:warning: When doing so, you need to fill out [the issue template](https://raw.githubusercontent.com/archriss/react-native-render-html/master/ISSUE_TEMPLATE.md). **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 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.
* **Provide a Snack and/or a screencast:** The best way to get attention on your issue is to provide a reduced test case. You can use [Snack](https://snack.expo.io/) to demonstrate the issue. More often than not, providing a screencast will also be of tremendous help to understand the matter at stake (a screenshot may sometimes be enough).
* **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.

0 comments on commit 72cca83

Please sign in to comment.