From d35ee8228e978e6f37d30e1b62bd0a373fb24400 Mon Sep 17 00:00:00 2001 From: Riley Davis Date: Wed, 2 Nov 2016 15:46:38 -0600 Subject: [PATCH] add some github templates --- .github/ISSUE_TEMPLATE.md | 5 +++++ .github/PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 2 files changed, 14 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 000000000..079766d25 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,5 @@ +### Expected behavior + +### Actual behavior + +### Steps to reproduce behavior diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..f7a219c79 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ +## What does this PR do? + +## How do I test this PR? + +- click a button +- view the cat +- see the cat meow + +@coralproject/frontend