Skip to content

Commit

Permalink
Add : templates
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Gupta <[email protected]>
  • Loading branch information
shubham-cmyk committed Sep 4, 2023
1 parent b3f595c commit 9a68abe
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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`)?**

<details><summary><code>kubectl version</code> Output</summary><br><pre>
$ kubectl version

</pre></details>

**What did you do?**

<!--
If possible, provide a recipe for reproducing the error.
A detailed sequence of steps describing what to do to observe the issue is good.
A complete runnable bash shell script is best.
-->

**What did you expect to see?**

**What did you see instead?**
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Documentation Update
about: Propose changes to the project's documentation
labels: documentation
---

<!-- Please answer these questions before submitting your documentation upadte. Thanks! -->

**Which document needs to be updated?**
<!-- Specify the document or section that needs an update. -->

**Expected changes**
<!-- Describe what you'd like to see updated. -->

**Additional context**
<!-- Add any other context or screenshots about the documentation update request here. -->
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: 'enhancement'
assignees: ''

---

<!-- Please answer these questions before submitting your feature request. Thanks! -->

**Is your feature request related to a problem? Please describe.**
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->

**Describe the solution you'd like**
<!-- A clear and concise description of what you want to happen. -->

**Describe alternatives you've considered**
<!-- A clear and concise description of any alternative solutions or features you've considered. -->

**Additional context**
<!-- Add any other context or screenshots about the feature request here. -->
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/general_question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: General Question
about: Ask a question or need support
labels: question
---

<!-- Please answer these questions before submitting your documentation upadte. Thanks! -->

**Describe your question**
<!-- Provide details about your question or the support needed. -->

**Additional context**
<!-- Add any other context or screenshots about the question here. -->

0 comments on commit 9a68abe

Please sign in to comment.