From a8a4d2d137083411cb10280709f0ac63f858a277 Mon Sep 17 00:00:00 2001 From: shruti2522 Date: Thu, 18 Apr 2024 03:16:39 +0530 Subject: [PATCH] feat: added question to issue template feat: added question to issue templates feat: added question to issue template Signed-off-by: shruti2522 feat: added question to issue template Signed-off-by: shruti2522 --- .github/ISSUE_TEMPLATE/question.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000000..933e49939f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,24 @@ +--- +name: Question +about: Question relating to Volcano. +labels: kind/question + +--- + + +**Please provide an in-depth description of the question you have**: + +**What do you think about this question?**: + +**Environment**: +- Volcano Version: +- Kubernetes version (use `kubectl version`): +- Cloud provider or hardware configuration: +- OS (e.g. from /etc/os-release): +- Kernel (e.g. `uname -a`): +- Install tools: +- Others: \ No newline at end of file