From 6426735e825a466d9e2e1c27c22dbfad6329d395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Fri, 16 Mar 2018 16:48:45 -0700 Subject: [PATCH] Simplify templates Summary: Trivial PR. [GENERAL][MINOR][.circleci/, bots/] - Simplify GitHub templates Closes https://github.com/facebook/react-native/pull/18418 Differential Revision: D7311869 Pulled By: hramos fbshipit-source-id: b87599c53938406d585d711492aacbdde2fcb02a --- .github/ISSUE_TEMPLATE.md | 40 +++++++++++----------- .github/PULL_REQUEST_TEMPLATE.md | 55 ++++++++++++++++--------------- .github/no-response.yml | 9 ----- bots/NewIssueGreeting.md | 9 ----- bots/QuestionGreeting.md | 5 --- bots/dangerfile.js | 26 +-------------- bots/pr-inactivity-bookmarklet.js | 1 - bots/question-bookmarklet.js | 1 - breaking-changes.md | 3 -- 9 files changed, 49 insertions(+), 100 deletions(-) delete mode 100644 .github/no-response.yml delete mode 100644 bots/NewIssueGreeting.md delete mode 100644 bots/QuestionGreeting.md delete mode 100644 bots/pr-inactivity-bookmarklet.js delete mode 100644 bots/question-bookmarklet.js delete mode 100644 breaking-changes.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index bbe1d31e0..46d7bb476 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,29 +1,27 @@ -(Describe your issue in detail.) +- [ ] I have reviewed the [documentation](https://facebook.github.io/react-native) +- [ ] I have searched [existing issues](https://github.com/facebook/react-native/issues) +- [ ] I am using the [latest React Native version](https://github.com/facebook/react-native/releases) -### Environment + -(Run `react-native info` in your terminal and paste its contents here.) +## Environment + -### Expected Behavior - -(Write what you thought would happen.) - -### Actual Behavior - -(Write what happened. Include screenshots if needed.) - -### Steps to Reproduce - -(Link to Snack, or steps to reproduce.) - - + +## Expected Behavior + + +## Actual Behavior + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d8a1469f3..93f140001 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,43 +1,46 @@ - -## Motivation - -(Write your motivation here.) - ## Test Plan -(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work. Bonus points for screenshots and videos!) + ## Related PRs -(If this PR adds or changes functionality, please take some time to update the docs at https://github.com/facebook/react-native-website, and link to your PR here.) + ## Release Notes + + + +[CATEGORY] [TYPE] [LOCATION] - Message +