From f1e221e51edfb28a428c1e9c9877b89596e0ca3c Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Fri, 5 Aug 2016 10:59:00 -0700 Subject: [PATCH] Add Github issue and pull request templates Fix #180 Close #185 --- .github/ISSUE_TEMPLATE.md | 30 ++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 17 +++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..267d76a9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,30 @@ + + +**What is the current behavior?** + +Link to minimal test case: (template: [codepen](https://codepen.io/necolas/pen/PZzwBR?editors=0010)) + +**What is the expected behaviour?** + +**Steps to reproduce** + +1. +2. + +**Environment (include versions)** + +OS: +Device: +Browser: +React Native for Web (version): +React (version): diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..62c521a7 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,17 @@ + + +**This patch solves the following problem** + +**Test plan** + +**This pull request** + +- [ ] includes documentation +- [ ] includes tests +- [ ] includes an interactive example +- [ ] includes screenshots/videos