Skip to content

Commit

Permalink
Move hints to description
Browse files Browse the repository at this point in the history
  • Loading branch information
KristjanESPERANTO committed Jan 14, 2025
1 parent 76a36e9 commit 9b9d729
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@ body:
label: Environment
description: |
Please tell us about how your MagicMirror² is set up.
- MagicMirror² version: Can be found in the `package.json` file. Please use the latest version before reporting a bug.
- Node version: Run `node -v` to find out. Make sure it's version 20 or later (recommended is 22).
- npm version: Run `npm -v` to find out.
- Platform: Are you using a Raspberry Pi (2/3/4/5), Windows, Mac, Linux, Docker, or something else?
value: |
MagicMirror² version:
(It can be found in the `package.json` file. Please use the latest version before reporting a bug.)
Node version:
(Run `node -v` to find out. Make sure it's version 20 or later (recommended is 22))
npm version:
(Run `npm -v` to find out.)
Platform:
(Raspberry Pi 2/3/4/5, Windows, Mac, Linux, System V UNIX, ...)
Platform:
validations:
required: true
- type: dropdown
Expand Down

0 comments on commit 9b9d729

Please sign in to comment.