-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
blank_issues_enabled: false | ||
contact_links: | ||
- about: 'e.g. npx react-native start, react-native run-android, react-native init' | ||
name: 'My issue relates to running react-native' | ||
url: 'https://github.com/react-native-community/cli/issues/new/choose' | ||
- about: "e.g. import { View } from 'react-native', gradle error" | ||
name: 'My issue relates to using react-native' | ||
url: 'https://github.com/facebook/react-native/issues/new/choose' | ||
- about: 'e.g. expo start, expo run:ios, expo init' | ||
name: 'My issue relates to expo-cli' | ||
url: 'https://github.com/expo/expo-cli/issues/new/choose' | ||
- about: 'e.g. Expo Go failing to connect on Windows' | ||
name: 'My issue relates to Expo Go' | ||
url: 'https://github.com/expo/expo/issues/new/choose' | ||
- about: 'e.g. example fails to run' | ||
name: 'My issue relates to a template' | ||
url: 'https://github.com/expo/examples/issues/new/choose' | ||
- about: 'e.g. CRNA is a very simple tool' | ||
name: 'My issue relates to cloning and bootstrapping a project' | ||
url: 'https://github.com/expo/create-react-native-app/issues/new?template=bug_report.md' |