-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
66 additions
and
3 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: Find a bug? Let us know! | ||
title: '' | ||
labels: '' | ||
assignees: drmorr0 | ||
|
||
--- | ||
|
||
<!-- Have a feature request? Please start a discussion instead of creating an issue: https://github.com/acrlabs/simkube/discussions --> | ||
|
||
## Describe the bug | ||
A clear and concise description of what the bug is. | ||
|
||
## Steps to reproduce | ||
1. Run this command... | ||
2. Make this URL request... | ||
3. Watch this pod... | ||
|
||
## Expected behavior | ||
A clear and concise description of what you expected to happen. | ||
|
||
## Logs or Metrics | ||
Please include any relevant log lines or metrics screenshots. | ||
|
||
## Additional Info | ||
Kubernetes Version: | ||
Environment (kind, EKS, self-managed/hosted, etc.): | ||
Affected components (sk-vnode, sk-cloudprov, sk-ctrl, sk-driver, skctl, sk-tracer): |
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: Planned Improvement | ||
about: Tracking planned improvements or ongoing work. | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- Please do not use this template for feature requests; this is for planned or ongoing work on SimKube. To file a feature request, please start a discussion here: https://github.com/acrlabs/simkube/discussions --> | ||
|
||
## Description | ||
Please describe the planned improvement in enough detail that someone who is not you could start working on it. Code hints, acceptance criteria, etc., are all encouraged. |
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,12 @@ | ||
[ ] I certify that this PR does not contain any code that has been generated with GitHub Copilot or any other AI-based | ||
code generation tool, in accordance with this project's policies. | ||
|
||
## Description | ||
Please describe what this PR does | ||
|
||
## Testing done | ||
- How did you test your changes? | ||
- Does this code require any new tests to be written? | ||
|
||
## Additional info | ||
Resolves #xxxx |
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