Tweak PR and issue templates

Reviewed By: mkonicek

Differential Revision:D2949403
Ninja: oss-only

fb-gh-sync-id: 8e8f68140c833ff8d7c600647dabb52b5ce4d527
shipit-source-id: 8e8f68140c833ff8d7c600647dabb52b5ce4d527
This commit is contained in:
Martin Konicek 2016-02-18 10:53:41 -08:00 committed by facebook-github-bot-5
parent 8956915ab1
commit e09b4a54b9
2 changed files with 24 additions and 7 deletions

View File

@ -1,16 +1,31 @@
Hey there and thank you for using React Native!
React Native, as you've probably heard, is getting really popular and truth is we're getting a bit overwhelmed by the activity surrounding it. There are just too many issues for us to manage properly.
Here are good ways to get help:
Please read the following tips before filing an issue:
- If you **don't know how to do something** or **not sure you've found a bug**, ask on [StackOverflow](http://stackoverflow.com/questions/tagged/react-native) with the tag `react-native`. StackOverflow is amazing for Q&A and it is likely the community will see and answer your question there.
Have a question or not sure you've found a bug?
-----------------------------------------------------------------
Discuss on [StackOverflow](http://stackoverflow.com/questions/tagged/react-native) with the tag `react-native`. StackOverflow is amazing for Q&A and it is likely the community will see and answer your question there.
- If this is a **feature request**, please report it on [Product Pains](https://productpains.com/product/react-native/). It has a ranking feature that lets us focus on the most important issues the community is experiencing.
Make sure you **include a short code snippet to demonstrate the problem**.
- Is this something you can debug and fix quickly? **Send a pull request!**
Is this something you can debug and fix?
-------------------------------------------------------
If you want to file a GitHub issue, make sure it is actionable so someone can help:
**Send a pull request**! Bug fixes and documentation fixes are very welcome.
Have an idea for a feature?
-----------------------------------
Post the feature request on [Product Pains](https://productpains.com/product/react-native/). It has a voting system that lets us focus on the most important issues the community is experiencing. The higher number of votes the more likely it is a feature will get implemented. You could always implement it yourself, too.
None of the above, want to create a GitHub issue
------------------------------------------------------------------
Make sure to add **all the information needed to understand the issue** so that someone can help. If the info is missing we'll add the 'Needs more information' label and close the issue until there is enough information.
- If this is a bug, provide a **minimal code snippet** that reproduces it
- Provide **screenshots** where appropriate
- What's the **version** of React Native you're using?
- Does this occur on iOS, Android or both?
- The operating system: Mac, Linux or Windows
- Are you using Mac, Linux or Windows?

View File

@ -1,4 +1,6 @@
Explain the motivation for making this change. What existing problem does the pull request solve?
Hey there and thanks for submitting a pull request! Please have a look at the following checklist so that others have enough information to review your pull request:
Explain the **motivation** for making this change. What existing problem does the pull request solve?
Example: When saying "Add a function to do X", explain why it is necessary to have a way to do X.