Skip to content

Commit

Permalink
Migrate to new GitHub issue templates
Browse files Browse the repository at this point in the history
Summary:
This will allow us to present a user with a different template depending on the type of help they need.

To do:

1. Update the bot so that it auto-closes any issue that contains text from `question.md` (i.e. tried to ask a question through GitHub).
2. In a separate PR: new template to handle feature requests (update the bot to allow these to remain open)
3. Allow multiple other types of issues, such as requesting a cherry pick, or reporting a regression vs. something that does not work as expected.
4. Link to Stack Overflow / Discuss directly if and when GitHub allows the 'Get Started' button to point to a URL.
Closes #19334

Differential Revision: D8051229

Pulled By: hramos

fbshipit-source-id: 9e8aea232688c53dcbb0c047e92799e68b8b7842
  • Loading branch information
hramos authored and facebook-github-bot committed May 18, 2018
1 parent cc09d21 commit 129690f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
name: 🐛 Bug Report
about: Something is not working as expected.

---

<!--
We use GitHub Issues exclusively for tracking bugs in React Native.
Questions? Visit http://facebook.github.io/react-native/help.html
Expand All @@ -15,8 +21,8 @@
<!-- Required. Run `react-native info` in your terminal and paste its contents here. -->

## Steps to Reproduce
<!--
Required. Let us know how to reproduce the issue. Include a code sample, share a project,
<!--
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/).
-->

Expand Down
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: 💬 Question
about: For questions about using React Native in your app.

---

--------------^ Click "Preview" for a nicer view!

We use GitHub Issues 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.

### Stack Overflow

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

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. If you have an answerable code-level question, please post it to [Stack Overflow](http://stackoverflow.com/questions/ask?tags=react-native) instead.

### Reactiflux Chat

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.

0 comments on commit 129690f

Please sign in to comment.