From cf336d80195ad613acd365acd181caa4fc17b06c Mon Sep 17 00:00:00 2001 From: Jesse Date: Fri, 6 Jul 2018 07:31:13 -0500 Subject: [PATCH] Added new templates Signed-off-by: Jesse --- .github/ISSUE_TEMPLATE/bug_report.md | 24 +++++++++++++++++++ .../feature-enhancement-request.md | 21 ++++++++++++++++ 2 files changed, 45 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 000000000..e20f5ad46 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,24 @@ +--- +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:** + +- Ark version: +- Kubernetes version: (use `kubectl version`): +- Kubernetes installer & version: +- Cloud provider or hardware configuration: +- 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 000000000..0863d09ac --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-enhancement-request.md @@ -0,0 +1,21 @@ +--- +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:** + +- Ark version: +- Kubernetes version: (use `kubectl version`): +- Kubernetes installer & version: +- Cloud provider or hardware configuration: +- OS (e.g. from `/etc/os-release`):