adjust issue templates to new syntax

This commit is contained in:
iwilltry42 2020-07-14 12:58:41 +02:00
parent 93daef1098
commit 7c76e7b064
No known key found for this signature in database
GPG Key ID: 7BA57AD1CFF16110
2 changed files with 5 additions and 4 deletions

View File

@ -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?**

View File

@ -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?