From 5c9837a080aa5510a8dfa460625ac1134a367884 Mon Sep 17 00:00:00 2001 From: James Ide Date: Tue, 17 Nov 2015 15:25:50 -0800 Subject: [PATCH] [README] Add Product Pains mentions to the README GitHub +1's are low SnR and people resort to them because there's no voting mechanism - https://github.com/isaacs/github/issues/9 - but Product Pains addresses this and it's way better for seeing popular issues. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28232fb8b..b7eff8808 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,10 @@ See the official [React Native website](https://facebook.github.io/react-native/ Please use these community resources for getting help. We use the GitHub issues for tracking bugs and feature requests and have limited bandwidth to address them. - Ask a question on [StackOverflow](http://stackoverflow.com/) and tag it with `react-native` +- Chat with us on [Reactiflux](https://discord.gg/0ZcbPKXt5bWJVmUY) in #react-native +- Articulate your feature request or upvote existing ones on [Product Pains](https://productpains.com/product/react-native/) - Start a thread on the [React Discussion Board](https://discuss.reactjs.org/) - Join #reactnative on IRC: chat.freenode.net -- Chat with us on [Reactiflux](https://discord.gg/0ZcbPKXt5bWJVmUY) in #react-native - If it turns out that you may have found a bug, please [open an issue](#opening-issues) ## Documentation @@ -83,7 +84,7 @@ React Native is under active development. See the guide on [upgrading React Nati If you encounter a bug with React Native we would like to hear about it. Search the [existing issues](https://github.com/facebook/react-native/issues) and try to make sure your problem doesn’t already exist before opening a new issue. It’s helpful if you include the version of React Native and OS you’re using. Please include a stack trace and reduced repro case when appropriate, too. -The GitHub issues are intended for bug reports and feature requests. For help and questions with using React Native please make use of the resources listed in the [Getting Help](#getting-help) section. There are limited resources available for handling issues and by keeping the list of open issues lean we can respond in a timely manner. +The GitHub issues are intended for bug reports and feature requests. For help and questions with using React Native please make use of the resources listed in the [Getting Help](#getting-help) section. [Product Pains](https://productpains.com/product/react-native/) in particular is a good way to signal your interest in a feature or issue. There are limited resources available for handling issues and by keeping the list of open issues lean we can respond in a timely manner. ## Contributing