Skip to content

Commit

Permalink
chore: use for platform type input
Browse files Browse the repository at this point in the history
  • Loading branch information
martyanovandrey authored Dec 12, 2024
1 parent 1d14a65 commit 4629398
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/ISSUE_TEMPLATE/1-bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,9 @@ body:
label: Node version
description: |
Output of `node -v`.
- type: textarea
- type: input
attributes:
label: Platform
render: text
description: |
UNIX: output of `uname -a`
Windows: output of `"$([Environment]::OSVersion.VersionString) $(('x86', 'x64')[[Environment]::Is64BitOperatingSystem])"` in PowerShell console
- type: textarea
attributes:
label: What steps will reproduce the bug?
Expand Down

0 comments on commit 4629398

Please sign in to comment.