From 0be08edb3b10aa6f0ed5f5e7d5226f699b34b345 Mon Sep 17 00:00:00 2001 From: Guido Grazioli Date: Mon, 7 Aug 2023 14:05:40 +0200 Subject: [PATCH] update github issue template Signed-off-by: Guido Grazioli --- .github/ISSUE_TEMPLATE.md | 31 --------------- .github/ISSUE_TEMPLATE/bug_report.md | 48 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 12 ++++++ 3 files changed, 60 insertions(+), 31 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 130e690..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,31 +0,0 @@ - - -**Is this a BUG REPORT or FEATURE REQUEST?**: - -> Uncomment only one, leave it on its own line: -> -> /kind bug -> /kind enhancement - - -**What happened**: - -**What you expected to happen**: - -**How to reproduce it (as minimally and precisely as possible)**: - - -**Anything else we need to know?**: - -**Environment**: -- KubeVirt version (use `virtctl version`): -- Kubernetes version (use `kubectl version`): -- common-templates version: -- VM or VMI specifications: -- Cloud provider or hardware configuration: -- OS (e.g. from /etc/os-release): -- Kernel (e.g. `uname -a`): -- Install tools: -- Others: diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..6a3e595 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,48 @@ +--- +name: 🐛 Bug report +about: Create a report to help us improve + +--- + +##### SUMMARY + + + +##### ISSUE TYPE + - Bug Report + + +##### ANSIBLE VERSION + +``` + +``` + +##### COLLECTION VERSION + + +``` + +``` + +##### STEPS TO REPRODUCE + + + +```yaml + +``` + +##### EXPECTED RESULTS + + + +##### ACTUAL RESULTS + + + + + +``` + +``` \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..b8ec680 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,12 @@ +--- +name: ✨ Feature request +about: Suggest an idea for this project + +--- + +##### SUMMARY + + + +##### ISSUE TYPE + - Feature Idea