diff --git a/.github/ISSUE_TEMPLATE/1.bug_report.yml b/.github/ISSUE_TEMPLATE/1.bug_report.yml index 34ba025..15afd61 100644 --- a/.github/ISSUE_TEMPLATE/1.bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1.bug_report.yml @@ -1,5 +1,5 @@ name: Bug Report -description: Create a bug report for SNPM CLI +description: Create a bug report for Ultra CLI labels: 'template: bug' body: - type: markdown @@ -8,7 +8,13 @@ body: - type: input attributes: label: Provide installed version - description: Please provide the current version installed of SNPM by running `npm ls @snpm-io/cli`. + description: Please provide the current version installed of Ultra by running `ultra -v`. + validations: + required: true + - type: input + attributes: + label: Provide Node.js version + description: Please provide the current version installed of Node.js by running `node -v`. validations: required: true - type: input @@ -30,7 +36,7 @@ body: - type: input attributes: label: Template command (if applicable) - description: Provide the command to init the template (`snpm create create-next-app`) + description: Provide the command to init the template (`ultra create next-app`) validations: required: false - type: textarea