From 962dbf653fb8f4db1326c0d5bb85112e5b244a2d Mon Sep 17 00:00:00 2001 From: Daniil Efremov Date: Sat, 17 Apr 2021 00:53:46 +0700 Subject: [PATCH] issue #807 Issue templates (#826) * issue #807 Issue templates Signed-off-by: Daniil Efremov * issue #807 add question issue type template Signed-off-by: Daniil Efremov --- .github/ISSUE_TEMPLATE.md | 9 +++++++++ .github/ISSUE_TEMPLATE/bug.md | 30 ++++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/question.md | 20 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/spec.md | 11 +++++++++++ 4 files changed, 70 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/question.md create mode 100644 .github/ISSUE_TEMPLATE/spec.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..a0504cc01 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,9 @@ +Please switch to **Preview** and select one of the following links depending on your use-case: + +* [Feature](?template=spec.md) +* [Bug](?template=bug.md) +* [Question](?template=question.md) + +Once switched to the correct template, keep in mind that switching templates will remove all already entered data within this issue. + +Thank you for reaching out! diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 000000000..aa56983ca --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,30 @@ +## Expected Behavior + + + +## Current Behavior + + + +## Failure Information (for bugs) + + + +## Steps to Reproduce + + + +1. Step 1 +2. Step 2 +3. You get the idea... + +## Context + + + +* Kubernetes Version: +* etc. + +## Failure Logs + + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 000000000..6d1afdcdf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,20 @@ +## Question + + + + +## Examaples + + + + +## Context + + + +* Kubernetes Version: +* etc. + +## Other artifacts/Logs + + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/spec.md b/.github/ISSUE_TEMPLATE/spec.md new file mode 100644 index 000000000..52931ed79 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/spec.md @@ -0,0 +1,11 @@ +## Overview + + + +## Link to the Google Docs document + + + +## References + +