From 65b538730d6ece37e93415c5b7b0e0fecad12942 Mon Sep 17 00:00:00 2001 From: fireflycons <34012094+fireflycons@users.noreply.github.com> Date: Thu, 23 Nov 2023 19:59:58 +0000 Subject: [PATCH] Issue template --- .github/ISSUE_TEMPLATE | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE new file mode 100644 index 0000000..8cea7d1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE @@ -0,0 +1,37 @@ +name: Bug Report +description: File a bug report +title: "[Bug]: " +labels: ["bug", "triage"] +assignees: + - fireflycons +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + Please do not use this repository to ask for course changes/suggestions, + use instead the KodeKloud Slack channels. + - type: textarea + id: workstation + attributes: + label: Your Workstation + description: Please tell us your PC/Mac/Laptop spec? + placeholder: 16 GB RAM, 8 core i7 CPU + value: "Specification" + validations: + required: true + - type: textarea + id: what-happened + attributes: + label: What happened? + description: Also tell us, what did you expect to happen? + placeholder: Tell us what you see! + value: "A bug happened!" + validations: + required: true + - type: textarea + id: logs + attributes: + label: Relevant log output + description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. + render: shell \ No newline at end of file