Create issue template for bug reports

This commit is contained in:
IanDelMar 2021-07-25 22:03:20 +02:00
parent 0ffb47a970
commit 0891ce77a4
1 changed files with 59 additions and 0 deletions

59
.github/ISSUE_TEMPLATE/1-bug-report.md vendored Normal file
View File

@ -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?
-->