From 9f64ba5b061678c82eb00fe336936b8df3225f79 Mon Sep 17 00:00:00 2001 From: gengjiawen Date: Mon, 21 Jan 2019 01:42:14 -0800 Subject: [PATCH] improve current bug report process (#23078) Summary: Changelog: ---------- [INTERNAL] [CI] - improve current bug report process Pull Request resolved: https://github.com/facebook/react-native/pull/23078 Differential Revision: D13750022 Pulled By: cpojer fbshipit-source-id: 915b1b00d7952ec0dd2d44e057b28cce0eefe930 --- .github/ISSUE_TEMPLATE/bug_report.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.