From 0896223c699fcfc7fea40e73abab646a6bdd6046 Mon Sep 17 00:00:00 2001 From: Carlos Arango Gutierrez Date: Tue, 22 Sep 2020 13:17:09 -0500 Subject: [PATCH] Enable issue templates (#363) * Enable issue templates This commit adds templates for bug report, feature request and support related issues. Signed-off-by: Carlos Eduardo Arango Gutierrez * Update .github/ISSUE_TEMPLATE/bug-report.md Co-authored-by: Markus Lehtonen * Update .github/ISSUE_TEMPLATE/enhancement.md Co-authored-by: Markus Lehtonen * Update .github/ISSUE_TEMPLATE/support.md Co-authored-by: Markus Lehtonen Co-authored-by: Markus Lehtonen --- .github/ISSUE_TEMPLATE/bug-report.md | 29 +++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/enhancement.md | 11 ++++++++++ .github/ISSUE_TEMPLATE/support.md | 19 ++++++++++++++++++ 3 files changed, 59 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 000000000..1cd6470aa --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,29 @@ +--- +name: Bug Report +about: Report a bug encountered while using Node Feature Discovery +labels: kind/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**: +- 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 000000000..1bca5cf74 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,11 @@ +--- +name: Enhancement Request +about: Suggest an enhancement to the Node Feature Discovery project +labels: kind/feature + +--- + + +**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 000000000..ed0f3f973 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support.md @@ -0,0 +1,19 @@ +--- +name: Support Request +about: Support request or question relating to Node Feature Discovery +labels: triage/support + +--- + +