adjust issue templates to new syntax
This commit is contained in:
parent
93daef1098
commit
7c76e7b064
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -10,7 +10,7 @@ assignees: ''
|
|||||||
**What did you do?**
|
**What did you do?**
|
||||||
|
|
||||||
- How was the cluster created?
|
- How was the cluster created?
|
||||||
- `k3d create -x A -y B`
|
- `k3d cluster create -x A -y B`
|
||||||
|
|
||||||
- What did you do afterwards?
|
- What did you do afterwards?
|
||||||
- k3d commands?
|
- k3d commands?
|
||||||
@ -31,7 +31,7 @@ If applicable, add screenshots or terminal output (code block) to help explain y
|
|||||||
|
|
||||||
**Which version of `k3d`?**
|
**Which version of `k3d`?**
|
||||||
|
|
||||||
- output of `k3d --version`
|
- output of `k3d version`
|
||||||
|
|
||||||
**Which version of docker?**
|
**Which version of docker?**
|
||||||
|
|
||||||
|
5
.github/ISSUE_TEMPLATE/feature_request.md
vendored
5
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -15,8 +15,9 @@ Please link to the issue/PR here and explain how your request is related to it.
|
|||||||
|
|
||||||
Do you need...
|
Do you need...
|
||||||
|
|
||||||
- a new command (next to e.g. `create`, `delete`, etc. used via `k3d <your-command>`)?
|
- a new noun (next to e.g. `cluster`, `node`, etc. used via `k3d <noun>`)?
|
||||||
- a new flag for a command (e.g. `k3d create --<your-flag>`)?
|
- a new verb (next to e.g. `cluster create`, `node start`, etc. used via `k3d <noun> <verb>`)
|
||||||
|
- a new flag for a command (e.g. `k3d cluster create --<your-flag>`)?
|
||||||
- which command?
|
- which command?
|
||||||
- different functionality for an existing command/flag
|
- different functionality for an existing command/flag
|
||||||
- which command or flag?
|
- which command or flag?
|
||||||
|
Loading…
Reference in New Issue
Block a user