Skip to content

Commit 8d8922c

Browse files
committed
Update config.yml
1 parent 954fab3 commit 8d8922c

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/ISSUE_TEMPLATE/config.yml

+5-8
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,17 @@
22
blank_issues_enabled: false
33
contact_links:
44
- about: 'e.g. npx react-native start, react-native run-android, react-native init'
5-
name: 'My issue relates to running react-native'
5+
name: 'Running react-native'
66
url: 'https://github.com/react-native-community/cli/issues/new/choose'
77
- about: "e.g. import { View } from 'react-native', gradle error"
8-
name: 'My issue relates to using react-native'
8+
name: 'CLI: react-native start'
99
url: 'https://github.com/facebook/react-native/issues/new/choose'
1010
- about: 'e.g. expo start, expo run:ios, expo init'
11-
name: 'My issue relates to expo-cli'
11+
name: 'CLI: expo start'
1212
url: 'https://github.com/expo/expo-cli/issues/new/choose'
1313
- about: 'e.g. Expo Go failing to connect on Windows'
14-
name: 'My issue relates to Expo Go'
14+
name: 'Expo Go app'
1515
url: 'https://github.com/expo/expo/issues/new/choose'
1616
- about: 'e.g. example fails to run'
17-
name: 'My issue relates to a template'
17+
name: 'Template issues'
1818
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)