From 0fa90dbc4eb7cad920314440497bb54d5f3dd229 Mon Sep 17 00:00:00 2001 From: Jesse Date: Thu, 12 Jul 2018 07:22:11 -0500 Subject: [PATCH] Add templates Signed-off-by: Jesse --- .github/ISSUE_TEMPLATE/bug_report.md | 20 +++++++++++++++++++ .../feature_enhancement_request.md | 17 ++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_enhancement_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..b23ab6c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,20 @@ +--- +name: Bug report +about: Tell us about a problem you are experiencing + +--- + +**What steps did you take and what happened:** +[A clear and concise description of what the bug is.] + + +**What did you expect to happen:** + + +**Anything else you would like to add:** +[Miscellaneous information that will assist in solving the issue.] + + +**Environment:** + +- OS (e.g. from `/etc/os-release`): diff --git a/.github/ISSUE_TEMPLATE/feature_enhancement_request.md b/.github/ISSUE_TEMPLATE/feature_enhancement_request.md new file mode 100644 index 0000000..a578e33 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_enhancement_request.md @@ -0,0 +1,17 @@ +--- +name: Feature enhancement request +about: Suggest an idea for this project + +--- + +**Describe the solution you'd like** +[A clear and concise description of what you want to happen.] + + +**Anything else you would like to add:** +[Miscellaneous information that will assist in solving the issue.] + + +**Environment:** + +- OS (e.g. from `/etc/os-release`):