Create issue template for bug reports
This commit is contained in:
parent
0ffb47a970
commit
0891ce77a4
|
|
@ -0,0 +1,59 @@
|
|||
---
|
||||
name: 'Bug report'
|
||||
about: 'Create a report to help us improve'
|
||||
title: ''
|
||||
labels: 'bug'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
Thanks for taking the time to fill out this bug report! Please
|
||||
check that there aren't other open issues addressing the same
|
||||
bug before reporting the bug.
|
||||
|
||||
Please provide a short summary of the bug in the Title above.
|
||||
|
||||
Please delete anything that does not apply for you!
|
||||
|
||||
Note: These comments won't show up when you submit the issue.
|
||||
-->
|
||||
|
||||
### The Bug
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
<!--
|
||||
*Who* is the bug affecting?
|
||||
*What* is affected by this bug?
|
||||
*When* does this occur?
|
||||
*Where* on the platform does it happen?
|
||||
-->
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots / Videos**
|
||||
If applicable, add screenshots/videos to help explain your problem.
|
||||
|
||||
### The Environment
|
||||
|
||||
<!-- Please complete the following information: -->
|
||||
- **WordPress Version:** [ 5.7.x | 5.8.x ]
|
||||
- **OS Version:** [ Windows 7 | Windows 8 | Windows 10 ] | Linux [Distribution / Version] | MacOS [Version] | Android [Version] | iOS [Version]
|
||||
- **Browser:** [ all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari ]
|
||||
- **Language:** [ all | PHP | SQL | HTML | S/CSS | Javascript | jQuery | ES6 | JSON | XML ]
|
||||
- **Node.js & NPM Versions:** Node.js [V X.XX] | NPM [V X.XX]
|
||||
|
||||
### Additional context
|
||||
<!--
|
||||
Add any other context about the problem here.
|
||||
E.g. Are there any related Issues and/or PRs?
|
||||
-->
|
||||
Loading…
Reference in New Issue