MMM-pages/.github/ISSUE_TEMPLATE/Bug_report.md

44 lines
1.2 KiB
Markdown
Raw Normal View History

---
name: Bug report
about: Thanks for helping us out!
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
2018-08-10 13:23:53 -07:00
(Please paste any information on reproducing the issue, for example:)
2024-12-09 13:27:22 -08:00
1. Go to '...'
2024-12-09 13:27:22 -08:00
2. Click on '...'
3. Scroll down to '...'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
2018-08-10 13:23:53 -07:00
If applicable, add screenshots to help explain your problem. If you believe you
have aptly described your issue in words, feel free to ignore/delete this section.
**Please fill out the following information;**
2024-12-09 13:27:22 -08:00
- Node version: [This can be obtained by running `node -v` in your terminal]
- Have you updated to the latest MagicMirror core? [yes/no]
- Please post the relevant part of your config file here:
```json
(Paste the part of the config file here)
```
2024-12-09 13:27:22 -08:00
- Please post any errors you see about MMM-pages in the console (Hit F12 > Console when the MagicMirror window is focused), or write **None** if there aren't any:
```
2024-12-09 13:27:22 -08:00
(Paste the error here)
```
2024-12-09 13:27:22 -08:00
**Additional context**
Add any other context about the problem here.