adjust issue templates to new syntax

pull/300/head
iwilltry42 4 years ago
parent 93daef1098
commit 7c76e7b064
No known key found for this signature in database
GPG Key ID: 7BA57AD1CFF16110
  1. 4
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 5
      .github/ISSUE_TEMPLATE/feature_request.md

@ -10,7 +10,7 @@ assignees: ''
**What did you do?**
- How was the cluster created?
- `k3d create -x A -y B`
- `k3d cluster create -x A -y B`
- What did you do afterwards?
- k3d commands?
@ -31,7 +31,7 @@ If applicable, add screenshots or terminal output (code block) to help explain y
**Which version of `k3d`?**
- output of `k3d --version`
- output of `k3d version`
**Which version of docker?**

@ -15,8 +15,9 @@ Please link to the issue/PR here and explain how your request is related to it.
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>`)?
- a new noun (next to e.g. `cluster`, `node`, etc. used via `k3d <noun>`)?
- 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?
- different functionality for an existing command/flag
- which command or flag?

Loading…
Cancel
Save