Skip to content

Commit

Permalink
Add product pains to support
Browse files Browse the repository at this point in the history
Summary:Follow up for facebook#6334

![screen shot 2016-03-09 at 2 52 12 pm](https://cloud.githubusercontent.com/assets/197597/13653440/a63b905a-e606-11e5-9d6b-7b90486df831.png)
Closes facebook#6389

Differential Revision: D3032688

Pulled By: vjeux

fb-gh-sync-id: 366eff5b4b6eb358e4be5894216000b5b8a4ce15
shipit-source-id: 366eff5b4b6eb358e4be5894216000b5b8a4ce15
  • Loading branch information
vjeux authored and Facebook Github Bot 8 committed Mar 10, 2016
1 parent 336dbe4 commit 11458d6
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions website/src/react-native/support.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,22 @@ var support = React.createClass({
<ul>
<li><a href="http://reactnative.cn">Chinese</a> (<a href="https://github.com/reactnativecn/react-native-docs-cn">source</a>)</li>
</ul>

<H2>Stack Overflow</H2>
<p>Many members of the community use Stack Overflow to ask questions. Read through the <a href="http://stackoverflow.com/questions/tagged/react-native">existing questions</a> tagged with <strong>react-native</strong> or <a href="http://stackoverflow.com/questions/ask">ask your own</a>!</p>

<H2>Chat</H2>
<p>Join us in <strong><a href="irc://chat.freenode.net/reactnative">#reactnative on Reactiflux</a></strong>.</p>
<p>Join us in <strong><a href="https://discord.gg/0ZcbPKXt5bZjGY5n">#react-native on Reactiflux</a></strong>.</p>

<H2>Product Pains</H2>
<p>React Native uses <a href="https://productpains.com/product/react-native/">Product Pains</a> for feature requests. It has a voting system to surface which issues are most important to the community. GitHub issues should only be used for bugs.</p>

<iframe
width="100%"
height="600px"
scrolling="yes"
src="https://productpains.com/widget.html?token=3b929306-e0f7-5c94-7d7c-ecc05d059748"
/>

<H2>Twitter</H2>
<p><a href="https://twitter.com/search?q=%23reactnative"><strong>#reactnative</strong> hash tag on Twitter</a> is used to keep up with the latest React Native news.</p>
Expand Down

0 comments on commit 11458d6

Please sign in to comment.