diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f6a4657a..26df3325 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.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?** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index f4b30670..82215485 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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 `)? -- a new flag for a command (e.g. `k3d create --`)? +- a new noun (next to e.g. `cluster`, `node`, etc. used via `k3d `)? +- a new verb (next to e.g. `cluster create`, `node start`, etc. used via `k3d `) +- a new flag for a command (e.g. `k3d cluster create --`)? - which command? - different functionality for an existing command/flag - which command or flag?