From e207ef8e4a682dfeb5d5f048f64d90459d13c6a1 Mon Sep 17 00:00:00 2001 From: nyechiel Date: Mon, 9 Nov 2020 21:50:00 +0200 Subject: [PATCH] Add templates for bugs/enhancements/support Signed-off-by: nyechiel --- .github/ISSUE_TEMPLATE/bug-report.md | 33 +++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/enhancement.md | 11 +++++++++ .github/ISSUE_TEMPLATE/support.md | 18 +++++++++++++++ 3 files changed, 62 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/enhancement.md create mode 100644 .github/ISSUE_TEMPLATE/support.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..ab2f2fe --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,33 @@ +--- +name: Bug Report +about: Report a bug in Helm Charts +labels: bug + +--- + + + + +**What happened**: + +**What you expected to happen**: + +**How to reproduce it (as minimally and precisely as possible)**: + +**Anything else we need to know?**: + +**Environment**: +- Submariner version (use `subctl version`): +- Kubernetes version (use `kubectl version`): +- Cloud provider or hardware configuration: +- OS (e.g: `cat /etc/os-release`): +- Kernel (e.g. `uname -a`): +- Install tools: +- Network plugin and version (if this is a network-related bug): +- Others: diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 0000000..b81d4b1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,11 @@ +--- +name: Enhancement Request +about: Suggest an enhancement to the Helm Charts project +labels: enhancement + +--- + + +**What would you like to be added**: + +**Why is this needed**: diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md new file mode 100644 index 0000000..cd346cf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support.md @@ -0,0 +1,18 @@ +--- +name: Support Request +about: Support request or question relating to Helm Charts +labels: support + +--- + +