Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Change SNPM to Ultra in Issue Template #137

Merged
merged 2 commits into from
Oct 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions .github/ISSUE_TEMPLATE/1.bug_report.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down