diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 94f90e1e..4633d281 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -30,6 +30,7 @@ body: - type: input id: version attributes: + label: apiops CLI version description: "Run `apiops --version` (or `npm list -g @peterhauge/apiops-cli`) to find the installed version." validations: required: true diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index f726d4ba..b284bab7 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -21,6 +21,8 @@ body: - type: input id: affected-command attributes: + label: Affected command + description: Which CLI command does this feature relate to (if any)? placeholder: "apiops extract" validations: required: false