From 922370a81fc9b2a2e2ba887e86107c5b0bf50d33 Mon Sep 17 00:00:00 2001 From: "Thomas A. Reinert" Date: Fri, 16 Mar 2018 02:49:00 +0100 Subject: [PATCH] Adding ISSEU_TEMPLATE.md --- ISSUE_TEMPLATE.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..72bebb3 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,43 @@ +Please delete anything that does not apply for you! + +## I'm submitting a ... + - [ ] bug report + - [ ] feature request + - [ ] suggestion + +## Please tell us about your environment: + + - WordPress Version: 4.9.x + - Browser: [ all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari ] + - Language: [ all | HTML | S/CSS | ES6 | JSON | NPM ] + + +--- + +## In case of Bugs + +### *Who* is the bug affecting? + +### *What* is affected by this bug? + +### *When* does this occur? + +### *Where* on the platform does it happen? + +### *How* do we replicate the issue? + +### Expected behavior (i.e. solution) + +### Other Comments + +--- + +## In case of Suggestions / Improvements + +### For which *Section* would you like to suggest a proposal? +Please see currently planned/completed sections and their current status in [README.md](https://github.com/Thomas-A-Reinert/WordPress-Developer-Checklist/blob/master/README.md) + +### *What* would you like to suggest / improve? +Please try to find at least two sources that confirm your proposal. Include URLs. + +### Are you missing something completely?