From ebae491e3f1dbfc8b95228718b526f8feff98c62 Mon Sep 17 00:00:00 2001 From: Maxime Guyot Date: Thu, 11 Apr 2019 12:02:13 +0200 Subject: [PATCH] Add several issue templates (#4493) --- .../bug-report.md} | 17 ++++++---------- .github/ISSUE_TEMPLATE/enhancement.md | 11 ++++++++++ .github/ISSUE_TEMPLATE/failing-test.md | 20 +++++++++++++++++++ .github/ISSUE_TEMPLATE/support.md | 18 +++++++++++++++++ 4 files changed, 55 insertions(+), 11 deletions(-) rename .github/{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE/bug-report.md} (69%) create mode 100644 .github/ISSUE_TEMPLATE/enhancement.md create mode 100644 .github/ISSUE_TEMPLATE/failing-test.md create mode 100644 .github/ISSUE_TEMPLATE/support.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/bug-report.md similarity index 69% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/bug-report.md index 0f81faeac..e092d0d6d 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,16 +1,11 @@ - - -**Is this a BUG REPORT or FEATURE REQUEST?** (choose one): +--- +name: Bug Report +about: Report a bug encountered while operating Kubernetes +labels: kind/bug +--- + +**What would you like to be added**: + +**Why is this needed**: diff --git a/.github/ISSUE_TEMPLATE/failing-test.md b/.github/ISSUE_TEMPLATE/failing-test.md new file mode 100644 index 000000000..cb4f1a74f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/failing-test.md @@ -0,0 +1,20 @@ +--- +name: Failing Test +about: Report test failures in Kubespray CI jobs +labels: kind/failing-test + +--- + + + +**Which jobs are failing**: + +**Which test(s) are failing**: + +**Since when has it been failing**: + +**Testgrid link**: + +**Reason for failure**: + +**Anything else we need to know**: diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md new file mode 100644 index 000000000..62b8d7257 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support.md @@ -0,0 +1,18 @@ +--- +name: Support Request +about: Support request or question relating to Kubespray +labels: triage/support + +--- + +