From 7c76e7b0644ee22d98652e5d560ea38dbd98e55d Mon Sep 17 00:00:00 2001 From: iwilltry42 Date: Tue, 14 Jul 2020 12:58:41 +0200 Subject: [PATCH] adjust issue templates to new syntax --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.md | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) 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?