saleor-dashboard/.github/ISSUE_TEMPLATE/bug_report.md
Krzysztof Wolski c6cdc393e2
Update bug_report.md (#1054)
Added Saleor version to the system section.
2021-04-09 13:45:31 +02:00

52 lines
911 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**
Saleor version:
- [ ] dev (current master)
- [ ] 3.0
- [ ] 2.11
- [ ] 2.10
Operating system:
- [ ] Windows
- [ ] Linux
- [ ] MacOS
- [ ] Other
Browser:
- [ ] Safari
- [ ] Chrome
- [ ] Edge
- [ ] Other