diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 85c66cde5..b0f3a2220 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -15,4 +15,7 @@ Run `react-native info` in your terminal and paste its contents here. Describe your issue in detail. Include screenshots if needed. If this is a regression, let us know. ## Reproducible Demo -Let us know how to reproduce the issue. Include a code sample, share a project, or share an app that reproduces the issue using https://snack.expo.io/. Please follow the guidelines for providing a MCVE: https://stackoverflow.com/help/mcve +Let us know how to reproduce the issue. Include a code sample, share a project, +or share an app that reproduces the issue using https://snack.expo.io/. +If you run into an Android or JS build issue, please consider adding CI to your project. Check out https://github.com/react-native-community/ci-sample for how to do this. +Please follow the guidelines for providing a MCVE: https://stackoverflow.com/help/mcve.