From 4120f78d83438575b48fd6ebdc9d0dacb0de04ad Mon Sep 17 00:00:00 2001 From: Hector Ramos Date: Thu, 14 Jun 2018 16:05:41 -0700 Subject: [PATCH 1/2] Updated issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7012b1da2c1afb..85c66cde5f6281 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,22 +6,13 @@ about: Report a reproducible bug or regression in the core React Native library. - [ ] Review the documentation: https://facebook.github.io/react-native - [ ] Search for existing issues: https://github.com/facebook/react-native/issues - - [ ] Use the latest React Native version: https://github.com/facebook/react-native/releases - - [ ] Run `react-native info` in your terminal and paste its contents under "Environment" - - [ ] 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/ + - [ ] Use the latest React Native release: https://github.com/facebook/react-native/releases ## Environment - +Run `react-native info` in your terminal and paste its contents here. ## Description - +Describe your issue in detail. Include screenshots if needed. If this is a regression, let us know. -## Steps to Reproduce - - -## Expected Behavior - - -## Actual Behavior - +## 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 From d3bc50dbb38faf59944e007f6e9196110f6bec3f Mon Sep 17 00:00:00 2001 From: Hector Ramos Date: Thu, 14 Jun 2018 16:19:04 -0700 Subject: [PATCH 2/2] clarify use of Discussion template --- .github/ISSUE_TEMPLATE/discussion.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/discussion.md b/.github/ISSUE_TEMPLATE/discussion.md index ed1ede3944a7b8..a576b0de5c7539 100644 --- a/.github/ISSUE_TEMPLATE/discussion.md +++ b/.github/ISSUE_TEMPLATE/discussion.md @@ -1,15 +1,19 @@ --- name: 🗣 Start a Discussion about: Use https://discuss.reactjs.org/ to propose changes or discuss feature requests. +--- + +Please use https://discuss.reactjs.org/ to propose changes or discuss feature requests. + +If you feel strongly about starting a discussion as a GitHub Issue instead of using the discussion forum, you may follow this template. + +We kindly ask that issues of this type are kept to a minimum to ensure bug reports and regressions are given the priority they require. -guidelines: | - If you feel strongly about starting a discussion as a GitHub Issue instead of using the discussion forum, please follow this template. - We kindly ask that issues of this type are kept to a minimum to ensure bug reports and regressions are given the priority they require. - Maintainers may flag an issue for Stack Overflow or kindly ask you to move the discussion to https://discuss.reactjs.org at their own discretion. +Maintainers may flag an issue for Stack Overflow or kindly ask you to move the discussion to https://discuss.reactjs.org at their own discretion. --- -## For Discussion +# For Discussion