From 0891ce77a460d7a8e7ee4207a03626eaec0cdb58 Mon Sep 17 00:00:00 2001 From: IanDelMar <42134098+IanDelMar@users.noreply.github.com> Date: Sun, 25 Jul 2021 22:03:20 +0200 Subject: [PATCH] Create issue template for bug reports --- .github/ISSUE_TEMPLATE/1-bug-report.md | 59 ++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/1-bug-report.md diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.md b/.github/ISSUE_TEMPLATE/1-bug-report.md new file mode 100644 index 00000000..5e92757f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-bug-report.md @@ -0,0 +1,59 @@ +--- +name: 'Bug report' +about: 'Create a report to help us improve' +title: '' +labels: 'bug' +assignees: '' + +--- + + + +### The Bug + +**Describe the bug** +A clear and concise description of what the bug is. + + +**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 + + +- **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 +