46 lines
835 B
Markdown
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
|