From 4aa1931e3f70201092b23adf8dc3b92697a8b06f Mon Sep 17 00:00:00 2001 From: Chaoyi Zha Date: Fri, 26 Aug 2016 12:11:52 -0700 Subject: [PATCH] Add issue template & move GH files --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 .github/PULL_REQUEST_TEMPLATE.md | 32 ++++++++++++++++++++++ 2 files changed, 32 insertions(+) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..6348fa0 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,32 @@ + + +## Expected Behavior + + + + +## Current Behavior + + + +## Possible Solution + + + +## Steps to Reproduce (for bugs) + + +1. +2. +3. +4. + +## Context + + + +## Your Environment + +* Version or latest commit hash (`git rev-parse HEAD`): +* Environment name and version (e.g. Chrome 39, PHP 7.0, etc): +* Instance link (optional):