-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Shubham Gupta <[email protected]>
- Loading branch information
1 parent
b3f595c
commit 9a68abe
Showing
4 changed files
with
80 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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?** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. --> |