From e4d5307c06e9222bafe1be6008bbb5abc9219d68 Mon Sep 17 00:00:00 2001 From: Arun Kumar Date: Wed, 4 Jul 2018 02:47:11 -0500 Subject: [PATCH] Add issue template --- .github/ISSUE_TEMPLATE.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..074dbeced --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,30 @@ +### User Story + +[comment]: # (As a , I want to so that .) + + +### Why is this Needed? + +[comment]: # (Describe the problem and why this task is needed. Provide a description of the current state, what you would like to happen, and what actually happened) + + +### Description + +[comment]: # (Feature or Bug? eg. Type: Bug) +*Type*: + + +### Current Behavior +[comment]: # (Describe what actually happened.) + + +### Expected Behavior +[comment]: # (Describe what you expected to happen.) + + +### Steps to reproduce +[comment]: # (Describe how we can replicate the bug step by step.) + + +### Definition of Done +[comment]: # (Any other information that would be useful, bullets are helpful.)