Skip to content

Commit

Permalink
fix: add bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
zhu-xiaowei committed Nov 28, 2024
1 parent c7b307c commit a342ba5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion react-native/src/settings/SettingsScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,11 @@ function SettingsScreen(): React.JSX.Element {
<TouchableOpacity
activeOpacity={1}
style={styles.itemContainer}
onPress={() => Linking.openURL(GITHUB_LINK + '/issues/new')}>
onPress={() =>
Linking.openURL(
GITHUB_LINK + '/issues/new?template=bug_report.yaml'
)
}>
<Text style={styles.label}>Report an Issue</Text>
<Image
style={styles.arrowImage}
Expand Down

0 comments on commit a342ba5

Please sign in to comment.