From 3cd8214e29f8193735a4099272cb4e5d86915e56 Mon Sep 17 00:00:00 2001 From: "MEDICACORP\\bmistry" Date: Mon, 11 Nov 2019 10:28:59 -0500 Subject: [PATCH] Add template for bug and feature as issue --- .github/ISSUE_TEMPLATE/bug_report.md | 33 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..6506be174 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: Create a report to help us improve. Report bugs found while using the project +title: "[BUG]" +labels: bug +assignees: '' + +--- + + + +## Description + + +## Expected Behavior + + +## Actual Behavior + + +## Possible Fix + + +## Steps to Reproduce + + +1. +2. +3. +4. + +## Context + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..2d1696261 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest features, propose improvements, discuss new ideas. +title: "[FEATURE]" +labels: enhancement +assignees: '' + +--- + + + +## Detailed Description + + +## Context + + + +## Possible Implementation +