-
-
Notifications
You must be signed in to change notification settings - Fork 469
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #62 from rancher/issue-templates
Update issue templates
- Loading branch information
Showing
2 changed files
with
68 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,38 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "[BUG]" | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**What did you do?** | ||
|
||
- How was the cluster created? | ||
- `k3d create -x A -y B` | ||
|
||
- What did you do afterwards? | ||
- k3d commands? | ||
- docker commands? | ||
- OS operations (e.g. shutdown/reboot)? | ||
|
||
**What did you expect to happen?** | ||
|
||
Concise description of what you expected to happen after doing what you described above. | ||
|
||
**Screenshots or terminal output** | ||
|
||
If applicable, add screenshots or terminal output (code block) to help explain your problem. | ||
|
||
**Which OS & Architecture?** | ||
|
||
- Linux, Windows, MacOS / amd64, x86, ...? | ||
|
||
**Which version of `k3d`?** | ||
|
||
- output of `k3d --version` | ||
|
||
**Which version of docker?** | ||
|
||
- output of `docker version` |
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,30 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: "[FEATURE]" | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem or a Pull Request?** | ||
|
||
Please link to the issue/PR here and explain how your request is related to it. | ||
|
||
**Scope of your request** | ||
|
||
Do you need... | ||
|
||
- a new command (next to e.g. `create`, `delete`, etc. used via `k3d <your-command>`)? | ||
- a new flag for a command (e.g. `k3d create --<your-flag>`)? | ||
- which command? | ||
- different functionality for an existing command/flag | ||
- which command or flag? | ||
|
||
**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. |