saleor-dashboard/.github/ISSUE_TEMPLATE/bug_report.md
2022-11-24 10:13:40 +01:00

63 lines
918 B
Markdown

---
name: Bug report
about: Create a report to help us improve
---
### Description of the issue
### Steps to reproduce the problem
1.
2.
### Expected Result
### Actual Result
### 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
Dashboard version:
`v?.?.?` (e.g. `v3.6.0`)
Core version:
`v?.?.?`
Operating system:
- [ ] Windows
- [ ] Linux
- [ ] MacOS
- [ ] Other
Browser:
- [ ] Safari
- [ ] Chrome
- [ ] Edge
- [ ] Other