This repository was archived by the owner on Dec 3, 2024. It is now read-only.
generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 28
adds issue templates to the COSI controller #2
Merged
k8s-ci-robot
merged 3 commits into
kubernetes-retired:master
from
krishchow:issue_template
Oct 1, 2020
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,31 @@ | ||
| --- | ||
| name: Bug Report | ||
| about: Use this template for reporting bugs or issues. | ||
| title: "[DATE] - Title" | ||
| --- | ||
| # Bug Report | ||
|
|
||
| <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! | ||
|
|
||
| If the matter is security related, please disclose it privately via https://kubernetes.io/security/ | ||
| --> | ||
|
|
||
| **What happened**: | ||
|
|
||
| **What you expected to happen**: | ||
|
|
||
| **How to reproduce this bug (as minimally and precisely as possible)**: | ||
|
|
||
| **Anything else relevant for this bug report?**: | ||
|
|
||
| **Environment**: | ||
|
|
||
| - Kubernetes version (use `kubectl version`), please list client and server: | ||
| - Controller version (provide the release tag or commit hash): | ||
| - Provisoner name and version (provide the release tag or commit hash): | ||
| - Cloud provider or hardware configuration: | ||
| - OS (e.g: `cat /etc/os-release`): | ||
| - Kernel (e.g. `uname -a`): | ||
| - Install tools: | ||
| - Network plugin and version (if this is a network-related bug): | ||
| - Others: | ||
This file contains hidden or 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,19 @@ | ||
| --- | ||
| name: Enhancement/Feature Request | ||
| about: Use this template to request a new feature or enhancement for the COSI controller | ||
| title: "[DATE] - Title" | ||
| labels: bug | ||
| --- | ||
| # Enhancement | ||
|
|
||
| **Is your feature request related to a problem?/Why is this needed** | ||
| <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> | ||
|
|
||
| **Describe the solution you'd like in detail** | ||
| <!-- 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 or enhancement here. --> |
This file contains hidden or 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,14 @@ | ||
| # Security Policy | ||
|
|
||
| ## Supported Versions | ||
|
|
||
| Information about supported Kubernetes versions can be found on the | ||
| [Kubernetes version and version skew support policy] page on the Kubernetes website. | ||
|
|
||
| ## Reporting a Vulnerability | ||
|
|
||
| Instructions for reporting a vulnerability can be found on the | ||
| [Kubernetes Security and Disclosure Information] page. | ||
|
|
||
| [Kubernetes version and version skew support policy]: https://kubernetes.io/docs/setup/release/version-skew-policy/#supported-versions | ||
| [Kubernetes Security and Disclosure Information]: https://kubernetes.io/docs/reference/issues-security/security/#report-a-vulnerability |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.