Request for logs in bug report
This is crucial info that is often overlooked.
This commit is contained in:
parent
97938a6018
commit
8be4b41efc
1 changed files with 24 additions and 0 deletions
24
.github/ISSUE_TEMPLATE/bug_report.md
vendored
24
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -17,6 +17,30 @@ about: Create a report to help us improve
|
|||
### 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
|
||||
|
|
Loading…
Reference in a new issue