From dd187a27648cf3cf71c836ea2515cc5695b6d199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Wed, 28 Feb 2018 16:23:22 -0800 Subject: [PATCH] Simplify issue template Summary: Reduce the amount of text people have to read through when opening a new issue. Closes https://github.com/facebook/react-native/pull/18140 Differential Revision: D7117467 Pulled By: hramos fbshipit-source-id: 4e976adc44a283ab6d5729e5dd2eaa095871c009 --- .github/ISSUE_TEMPLATE.md | 111 ++++---------------------------------- 1 file changed, 9 insertions(+), 102 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 1f642ca4f..bbe1d31e0 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,122 +1,29 @@ -### Is this a bug report? - -(write your answer here) - - - -### Have you read the [Contributing Guidelines](https://facebook.github.io/react-native/docs/contributing.html)? - -(Write your answer here.) +(Describe your issue in detail.) ### Environment - - -### Steps to Reproduce - - - -(Write your steps here:) - -1. -2. -3. +(Run `react-native info` in your terminal and paste its contents here.) ### Expected Behavior - - (Write what you thought would happen.) ### Actual Behavior - +(Write what happened. Include screenshots if needed.) -(Write what happened. Add screenshots!) +### Steps to Reproduce -### Reproducible Demo +(Link to Snack, or steps to reproduce.) - -(Paste the link to an example project and exact instructions to reproduce the issue.) - -