Summary: Closes https://github.com/facebook/react-native/pull/19498

Differential Revision: D8197147

Pulled By: hramos

fbshipit-source-id: 0668b885a0eb04a3af948f5643649d5b68488c71
This commit is contained in:
Héctor Ramos 2018-05-29 17:24:31 -07:00 коммит произвёл Facebook Github Bot
Родитель 95554add98
Коммит 829e9ba180
4 изменённых файлов: 37 добавлений и 21 удалений

27
.github/ISSUE_TEMPLATE/bug_report.md поставляемый
Просмотреть файл

@ -1,25 +1,24 @@
---
name: 🐛 Bug Report
about: Something is not working as expected.
about: Report a reproducible bug or regression in the core React Native library.
---
<!-- GitHub Issues in the `facebook/react-native` repository are used exclusively for tracking bugs in React Native. -->
- [ ] I have reviewed the [documentation](https://facebook.github.io/react-native)
- [ ] I have searched [existing issues](https://github.com/facebook/react-native/issues)
- [ ] I am using the [latest React Native version](https://github.com/facebook/react-native/releases)
<!-- Describe your issue in detail. -->
<!-- Requirements: please go through this checklist before opening a new issue -->
- [ ] Review the documentation: https://facebook.github.io/react-native
- [ ] Search for existing issues: https://github.com/facebook/react-native/issues
- [ ] Use the latest React Native version: https://github.com/facebook/react-native/releases
- [ ] Run `react-native info` in your terminal and paste its contents under "Environment"
- [ ] Let us know how to reproduce the issue. Include a code sample, share a project, or
share an app that reproduces the issue using https://snack.expo.io/
## Environment
<!-- Required. Run `react-native info` in your terminal and paste its contents here. -->
<!-- Required. -->
## Description
<!-- Describe your issue in detail. -->
## Steps to Reproduce
<!--
Required. Let us know how to reproduce the issue. Include a code sample, share a project,
or share an app that reproduces the issue using [Snack](https://snack.expo.io/).
-->
<!-- Required. -->
## Expected Behavior
<!-- Write what you thought would happen. -->

15
.github/ISSUE_TEMPLATE/discussion.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,15 @@
---
name: 🗣 Start a Discussion
about: Use https://discuss.reactjs.org/ to propose changes or discuss feature requests.
guidelines: |
If you feel strongly about starting a discussion as a GitHub Issue instead of using the discussion forum, please follow this template.
We kindly ask that issues of this type are kept to a minimum to ensure bug reports and regressions are given the priority they require.
Maintainers may flag an issue for Stack Overflow or kindly ask you to move the discussion to https://discuss.reactjs.org at their own discretion.
---
## For Discussion
<!-- Describe your issue in detail. -->

4
.github/ISSUE_TEMPLATE/documentation.md поставляемый
Просмотреть файл

@ -1,9 +1,11 @@
---
name: 📖 Documentation Issue
about: Report issues with the docs at https://github.com/facebook/react-native-website/issues
about: Report issues with the docs at https://github.com/facebook/react-native-website/issues.
---
--------------^ Click "Preview" for a nicer view!
GitHub Issues in the `facebook/react-native` repository are used exclusively for tracking bugs in React Native.
If you would like to report an issue in the React Native documentation, or anything related to the [React Native website](http://facebook.github.io/react-native), please visit https://github.com/facebook/react-native-website/issues.

12
.github/ISSUE_TEMPLATE/question.md поставляемый
Просмотреть файл

@ -1,21 +1,21 @@
---
name: 💬 Question
about: For questions about using React Native in your app.
about: If you need help with your React Native app, the right place to go depends on the type of help that you need.
---
--------------^ Click "Preview" for a nicer view!
GitHub Issues in the `facebook/react-native` repository are used exclusively for tracking bugs in React Native. If you need help with your React Native app, the right place to go depends on the type of help that you need.
GitHub Issues in the `facebook/react-native` repository are used exclusively for tracking bugs in React Native. GitHub may not be the ideal place to ask questions about using React Native, but we have compiled a list of resources that should help.
### Stack Overflow
### Get help with your React Native app or ask code-level questions
Many members of the community use Stack Overflow to ask questions. Read through the [existing questions](http://stackoverflow.com/questions/tagged/react-native?sort=frequent) tagged with **react-native** or [ask your own](http://stackoverflow.com/questions/ask?tags=react-native)!
### Discussion Forum
### Talk about best practices or propose changes to React Native
For longer-form conversations about React Native, weve set up a [discussion forum at **discuss.reactjs.org**](https://discuss.reactjs.org/t/welcome-react-native-community-group/10239). This forum is a great place for discussion about best practices and application architecture as well as the future of React Native. If you have an answerable code-level question, please post it to [Stack Overflow](http://stackoverflow.com/questions/ask?tags=react-native) instead.
For longer-form conversations about React Native, weve set up a [discussion forum at **discuss.reactjs.org**](https://discuss.reactjs.org/t/welcome-react-native-community-group/10239). This forum is a great place for discussion about best practices and application architecture as well as the future of React Native.
### Reactiflux Chat
### Chat with React and React Native community members
If you need an answer right away, check out the [Reactiflux Discord](https://discord.gg/0ZcbPKXt5bZjGY5n) community. There are usually a number of React Native experts there who can help out or point you to somewhere you might want to look.