From e48fabe9643d7fb21f241b6687f929ec9c7040ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomek=20Wytr=C4=99bowicz?= Date: Tue, 6 Jul 2021 11:46:33 +0200 Subject: [PATCH] Update issue templates (https://github.com/woocommerce/woocommerce-admin/pull/7088) - Use headings in issues templates, instead of bold paragraphs. To match with PR template, to improve readability and accessibility. - Add the "Actual behavior" section. The reviewer, would not have to get that from the description or test locally. - Reorder sections, Screenshots (and actual behavior) describes what you have immediately after you perform "steps to reproduce", so therefore could be stated there. It's hard to make a screenshot of the "expected behavior", which is not happening. - Move section descriptions to comments. This way the issuer could still keep them in place while filling the sections, answering those requests. - Use ellipsis character instead of three dots. To make it more readable, by fully sighted and visually impaired readers https://tosbourn.com/the-importance-of-using-the-ellipsis-character not to read it as "dot dot dot" --- .../.github/ISSUE_TEMPLATE/BUG_REPORT.md | 34 +++++++++++-------- .../.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 18 +++++----- 2 files changed, 28 insertions(+), 24 deletions(-) diff --git a/plugins/woocommerce-admin/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/plugins/woocommerce-admin/.github/ISSUE_TEMPLATE/BUG_REPORT.md index 3f19df3d52c..0dd3ae9490e 100644 --- a/plugins/woocommerce-admin/.github/ISSUE_TEMPLATE/BUG_REPORT.md +++ b/plugins/woocommerce-admin/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -5,35 +5,39 @@ about: Create a report to help us improve --- -**Describe the bug** -A clear and concise description of what the bug is. +### Describe the bug + -**To Reproduce** -Steps to reproduce the behavior: +### To Reproduce + -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' +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. +### Actual behavior: + -**Screenshots** -If applicable, add screenshots to help explain your problem. +### Screenshots + -**Desktop (please complete the following information):** +### Expected behavior + + +### Desktop (please complete the following information): * OS: [e.g. iOS] * Browser [e.g. chrome, safari] * Version [e.g. 22] -**Smartphone (please complete the following information):** +### Smartphone (please complete the following information): * Device: [e.g. iPhone6] * OS: [e.g. iOS8.1] * Browser [e.g. stock browser, safari] * Version [e.g. 22] -**Additional context** -Add any other context about the problem here. +### Additional context + + diff --git a/plugins/woocommerce-admin/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/plugins/woocommerce-admin/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md index e833c800bf7..465ac97d149 100644 --- a/plugins/woocommerce-admin/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md +++ b/plugins/woocommerce-admin/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -5,16 +5,16 @@ about: Suggest an idea for this project --- -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] +### Is your feature request related to a problem? Please describe. + -**Describe the solution you'd like** -A clear and concise description of what you want to happen. +### Describe the solution you'd like + -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. +### Describe alternatives you've considered + -**Should this be prioritized? Why?** +### Should this be prioritized? Why? -**Additional context** -Add any other context or screenshots about the feature request here. +### Additional context +