From 9a68abe3791b7e19065374dfe0a7006025b30c75 Mon Sep 17 00:00:00 2001 From: Shubham Gupta Date: Mon, 4 Sep 2023 13:00:24 +0530 Subject: [PATCH] Add : templates Signed-off-by: Shubham Gupta --- .github/ISSUE_TEMPLATE/bug_report.md | 29 +++++++++++++++++++ .../ISSUE_TEMPLATE/documentation_update.md | 16 ++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 22 ++++++++++++++ .github/ISSUE_TEMPLATE/general_question.md | 13 +++++++++ 4 files changed, 80 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/documentation_update.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/general_question.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..66a1d6d6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,29 @@ +--- +name: Bug report +about: Create a bug report to help us improve +title: '' +labels: 'bug' +assignees: '' + +--- + +**Does this issue reproduce with the latest release?** + +**What operating system and processor architecture are you using (`kubectl version`)?** + +
kubectl version Output
+$ kubectl version
+
+
+ +**What did you do?** + + + +**What did you expect to see?** + +**What did you see instead?** diff --git a/.github/ISSUE_TEMPLATE/documentation_update.md b/.github/ISSUE_TEMPLATE/documentation_update.md new file mode 100644 index 00000000..5b955d35 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation_update.md @@ -0,0 +1,16 @@ +--- +name: Documentation Update +about: Propose changes to the project's documentation +labels: documentation +--- + + + +**Which document needs to be updated?** + + +**Expected changes** + + +**Additional context** + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..9189087f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,22 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: 'enhancement' +assignees: '' + +--- + + + +**Is your feature request related to a problem? Please describe.** + + +**Describe the solution you'd like** + + +**Describe alternatives you've considered** + + +**Additional context** + diff --git a/.github/ISSUE_TEMPLATE/general_question.md b/.github/ISSUE_TEMPLATE/general_question.md new file mode 100644 index 00000000..ae888909 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/general_question.md @@ -0,0 +1,13 @@ +--- +name: General Question +about: Ask a question or need support +labels: question +--- + + + +**Describe your question** + + +**Additional context** +