Skip to content

Commit 954fab3

Browse files
committed
Create config.yml
1 parent 0ddd409 commit 954fab3

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
blank_issues_enabled: false
3+
contact_links:
4+
- about: 'e.g. npx react-native start, react-native run-android, react-native init'
5+
name: 'My issue relates to running react-native'
6+
url: 'https://github.com/react-native-community/cli/issues/new/choose'
7+
- about: "e.g. import { View } from 'react-native', gradle error"
8+
name: 'My issue relates to using react-native'
9+
url: 'https://github.com/facebook/react-native/issues/new/choose'
10+
- about: 'e.g. expo start, expo run:ios, expo init'
11+
name: 'My issue relates to expo-cli'
12+
url: 'https://github.com/expo/expo-cli/issues/new/choose'
13+
- about: 'e.g. Expo Go failing to connect on Windows'
14+
name: 'My issue relates to Expo Go'
15+
url: 'https://github.com/expo/expo/issues/new/choose'
16+
- about: 'e.g. example fails to run'
17+
name: 'My issue relates to a template'
18+
url: 'https://github.com/expo/examples/issues/new/choose'
19+
- about: 'e.g. CRNA is a very simple tool'
20+
name: 'My issue relates to cloning and bootstrapping a project'
21+
url: 'https://github.com/expo/create-react-native-app/issues/new?template=bug_report.md'

0 commit comments

Comments
 (0)