From 11c227b82e16dac8b46cbd03bb04d9cc1c2b5ac3 Mon Sep 17 00:00:00 2001 From: Sudipto Baral Date: Tue, 28 Mar 2023 22:55:19 +0600 Subject: [PATCH] chore: added default issue template (#96) (#121) * chore: added default issue template (#96) Signed-off-by: Sudipto Baral * chore: added addtional instruction through comment (#96) Signed-off-by: Sudipto Baral --------- Signed-off-by: Sudipto Baral --- .github/ISSUE_TEMPLATE.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..da8f5ef4c5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,31 @@ + + +### Subject of the issue + + + +### Your environment + + + +* version of Kubernetes +* which host OS and its version + +### Steps to reproduce + + + +* step 1 +* step 2 + +### Expected behaviour + + + +### Actual behaviour + + \ No newline at end of file