chore: 🧑💻 change bug_report.md to contain explicit versions (#2230)
This commit is contained in:
parent
29c7f785c0
commit
6108c8a33c
1 changed files with 19 additions and 12 deletions
21
.github/ISSUE_TEMPLATE/bug_report.md
vendored
21
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -5,19 +5,22 @@ about: Create a report to help us improve
|
||||||
---
|
---
|
||||||
|
|
||||||
### What I'm trying to achieve
|
### What I'm trying to achieve
|
||||||
|
|
||||||
…
|
…
|
||||||
|
|
||||||
### Steps to reproduce the problem
|
### Steps to reproduce the problem
|
||||||
|
|
||||||
1.
|
1.
|
||||||
2.
|
2.
|
||||||
|
|
||||||
### What I expected to happen
|
### What I expected to happen
|
||||||
|
|
||||||
…
|
…
|
||||||
|
|
||||||
### Screenshots
|
### Screenshots
|
||||||
<!-- If applicable, add screenshots to help explain your problem. -->
|
<!-- If applicable, add screenshots to help explain your problem. -->
|
||||||
|
|
||||||
### Http request and response from inspector
|
### HTTP request and response from inspector
|
||||||
<!-- Tutorial how to find this in Chrome https://developers.google.com/web/tools/chrome-devtools/network -->
|
<!-- Tutorial how to find this in Chrome https://developers.google.com/web/tools/chrome-devtools/network -->
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -31,21 +34,25 @@ about: Create a report to help us improve
|
||||||
// insert console output here
|
// insert console output here
|
||||||
```
|
```
|
||||||
|
|
||||||
**System information**
|
### System information
|
||||||
|
|
||||||
Saleor version:
|
Dashboard version:
|
||||||
- [ ] dev (current main)
|
|
||||||
- [ ] 3.0
|
`v?.?.?` (e.g. `v3.6.0`)
|
||||||
- [ ] 2.11
|
|
||||||
- [ ] 2.10
|
Core version:
|
||||||
|
|
||||||
|
`v?.?.?`
|
||||||
|
|
||||||
Operating system:
|
Operating system:
|
||||||
|
|
||||||
- [ ] Windows
|
- [ ] Windows
|
||||||
- [ ] Linux
|
- [ ] Linux
|
||||||
- [ ] MacOS
|
- [ ] MacOS
|
||||||
- [ ] Other
|
- [ ] Other
|
||||||
|
|
||||||
Browser:
|
Browser:
|
||||||
|
|
||||||
- [ ] Safari
|
- [ ] Safari
|
||||||
- [ ] Chrome
|
- [ ] Chrome
|
||||||
- [ ] Edge
|
- [ ] Edge
|
||||||
|
|
Loading…
Reference in a new issue