Skip to content

Commit

Permalink
📝 chore: fix issue template environment text (#109)
Browse files Browse the repository at this point in the history
This updates the environment text to be more clearly reflective of the desired input.
  • Loading branch information
KagemniKarimu authored Dec 20, 2024
1 parent aea46a8 commit 1d606e1
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,12 @@ body:
label: Environment
description: Tell us about your environment
placeholder: >
$ manuscript-gui version
manuscript-cli version 1.1.0
Please provide:
- manuscript-core version
- Docker Desktop Version
- System OS Information
$ manuscript-cli version --verbose
Manuscript CLI:
Version: 1.0.4
Go version: go1.21.0
OS/Arch: darwin/arm64
System Information:
Darwin MacBook-Pro.local 23.0.0 Darwin Kernel Version 23.0.0: x86_64
Docker Environment:
Docker Engine: '24.0.6'
Docker Desktop: '24.0.6'
If manuscript-cli is installed, run `manuscript cli version -v` and paste the output here.
validations:
required: true

Expand All @@ -58,4 +49,4 @@ body:
label: ❌ Actual Behavior
placeholder: What happened instead?
validations:
required: false
required: false

0 comments on commit 1d606e1

Please sign in to comment.