Templates: Use default title, labels (#22560)
Summary: Trivial. Pull Request resolved: https://github.com/facebook/react-native/pull/22560 Differential Revision: D13383489 Pulled By: hramos fbshipit-source-id: a4ffca69e102a438e576a3b06b8ef29567271f94
This commit is contained in:
parent
fe10dfc72c
commit
cf0dd8ba78
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
name: 🗣 Start a Discussion
|
||||
about: Use https://github.com/react-native-community/discussions-and-proposals to propose changes or discuss feature requests.
|
||||
title: [Discussion]
|
||||
labels: "For Discussion"
|
||||
---
|
||||
|
||||
Use https://github.com/react-native-community/discussions-and-proposals to propose changes or discuss feature requests. This helps us ensure bug reports and regressions are given the priority they require.
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
---
|
||||
name: 📖 Documentation Issue
|
||||
about: Report issues with the docs at https://github.com/facebook/react-native-website/issues.
|
||||
|
||||
labels: "🚫Docs"
|
||||
---
|
||||
|
||||
--------------^ 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.
|
||||
If you would like to report an issue in the React Native documentation, or anything related to the React Native website, please visit https://github.com/facebook/react-native-website/issues.
|
||||
|
|
|
@ -1,21 +1,28 @@
|
|||
---
|
||||
name: 💬 Question
|
||||
about: If you need help with your React Native app, the right place to go depends on the type of help that you need.
|
||||
|
||||
labels: "Question"
|
||||
---
|
||||
|
||||
--------------^ Click "Preview" for a nicer view!
|
||||
|
||||
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.
|
||||
|
||||
### 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)!
|
||||
Many members of the community use Stack Overflow to ask questions.
|
||||
|
||||
* Read through the existing questions tagged with **react-native**:
|
||||
http://stackoverflow.com/questions/tagged/react-native
|
||||
|
||||
* Ask your own:
|
||||
http://stackoverflow.com/questions/ask?tags=react-native
|
||||
|
||||
### Talk about best practices or propose changes to React Native
|
||||
|
||||
For longer-form conversations about React Native, we’ve 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.
|
||||
For longer-form conversations about React Native, we’ve set up a discussion forum:
|
||||
https://discuss.reactjs.org
|
||||
|
||||
This forum is a great place for discussion about best practices and application architecture as well as the future of React Native.
|
||||
|
||||
### 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.
|
||||
If you need an answer right away, check out the Reactiflux Discord community at https://discord.gg/0ZcbPKXt5bZjGY5n. There are usually a number of React Native experts there who can help out or point you to somewhere you might want to look.
|
||||
|
|
Loading…
Reference in New Issue