Skip to content

Commit e1a36fc

Browse files
hramosfacebook-github-bot
authored andcommitted
Restore catch-all issue template
Summary: Without this, people may still submit non-templated issues. Closes facebook#19415 Differential Revision: D8128095 Pulled By: hramos fbshipit-source-id: 34666e223cd12eb123501898cb7795cef2834421
1 parent 0bbac18 commit e1a36fc

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
GitHub Issues in the `facebook/react-native` repository are used exclusively for tracking bugs in React Native.
2+
3+
Please take a look at the issue templates at https://github.com/facebook/react-native/issues/new/choose before submitting a new issue. Following one of the issue templates will ensure maintainers can route your request efficiently. Thanks!

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@ about: Something is not working as expected.
44

55
---
66

7-
<!--
8-
We use GitHub Issues exclusively for tracking bugs in React Native.
9-
Questions? Visit http://facebook.github.io/react-native/help.html
10-
If this issue is about documentation or the website, please file it at:
11-
https://github.com/facebook/react-native-website/issues/new
12-
-->
7+
<!-- GitHub Issues in the `facebook/react-native` repository are used exclusively for tracking bugs in React Native. -->
138

149
- [ ] I have reviewed the [documentation](https://facebook.github.io/react-native)
1510
- [ ] I have searched [existing issues](https://github.com/facebook/react-native/issues)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: 📖 Documentation Issue
3+
about: Report issues with the docs at https://github.com/facebook/react-native-website/issues
4+
5+
---
6+
7+
GitHub Issues in the `facebook/react-native` repository are used exclusively for tracking bugs in React Native.
8+
9+
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.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ about: For questions about using React Native in your app.
66

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

9-
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.
9+
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.
1010

1111
### Stack Overflow
1212

0 commit comments

Comments
 (0)