Skip to content

Commit

Permalink
docs: fix issue template (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian authored Jan 14, 2025
1 parent 72dda72 commit b4a3c3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
value: Thanks for taking the time to file a bug! Please make sure to create a reproduction as minimal as possible and to describe everything necessary to trigger the unexpected behavior.
- type: markdown
attributes:
value: You can use the [BugReport template](/packages/examples/src/examples/BugReport.tsx) within the example apps. Otherwise create a new standalone app (`npx create-expo-app@latest` or `npx @react-native-community/cli@latest init`) which reproduces the bug and provide the public repository URL. Please avoid external dependencies where possible.
value: You can use the [Bug Report template](https://github.com/maplibre/maplibre-react-native/blob/main/packages/examples/src/examples/BugReport.tsx) within the example apps. Otherwise create a new standalone app (`npx create-expo-app@latest` or `npx @react-native-community/cli@latest init`) which reproduces the bug and provide the public repository URL. Please avoid external dependencies where possible.
- type: textarea
id: description
attributes:
Expand All @@ -17,7 +17,7 @@ body:
- type: input
id: package-version
attributes:
label: "`@maplibre/maplibre-react-native` Version"
label: "@maplibre/maplibre-react-native Version"
description: |
The latest version you can reproduce the bug with. Please make sure to always test against the latest version
and don't forget to rebuild after changing versions!
Expand Down

0 comments on commit b4a3c3f

Please sign in to comment.