saleor-dashboard/.github/ISSUE_TEMPLATE/bug_report.md
Krzysztof Wolski 8be4b41efc
Request for logs in bug report
This is crucial info that is often overlooked.
2020-07-16 16:24:58 +02:00

46 lines
835 B
Markdown

---
name: Bug report
about: Create a report to help us improve
---
### What I'm trying to achieve
### Steps to reproduce the problem
1.
2.
### What I expected to happen
### Screenshots
<!-- If applicable, add screenshots to help explain your problem. -->
### Http request and response from inspector
<!-- Tutorial how to find this in Chrome https://developers.google.com/web/tools/chrome-devtools/network -->
```
// insert request and response here
```
### Console output
<!-- How to open console in browsers https://support.monday.com/hc/en-us/articles/360002197259-How-to-Open-the-Developer-Console-in-your-Browser -->
```
// insert console output here
```
**System information**
Operating system:
- [ ] Windows
- [ ] Linux
- [ ] MacOS
- [ ] Other
Browser:
- [ ] Safari
- [ ] Chrome
- [ ] Edge
- [ ] Other