diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c020313f..b7504b01 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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: @@ -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!