MMM-pages/.github/ISSUE_TEMPLATE/Bug_report.md
Edward Shen edc1e08e65
Revert "added support for changing by a certain amount of pages"
This reverts commit f4fc53fa19.

Update issue templates
2018-05-08 16:54:49 -04:00

34 lines
1.1 KiB
Markdown

---
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:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem. If you believe you have aptly described your issue in words, feel free to ignore this section.
**Please fill out the following information;**
- Node version: [This can be obtained by running `node --version`]
- 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)
```
- Please post any errors you see about MMM-Pages in the console (Hit F12 > Console when the Magic Mirror window is focused), or write **None** if there aren't any:
```
```
**Additional context**
Add any other context about the problem here.