From a71b5ebe71f064988d9bcfbb12d21f8c838823d5 Mon Sep 17 00:00:00 2001 From: Tam Mullen Date: Wed, 13 Oct 2021 21:56:16 +0100 Subject: [PATCH 1/4] Adding initial issue templates for use with GitHub Issue Forms --- .github/ISSUE_TEMPLATE/1-Security-issue.md | 12 --- .github/ISSUE_TEMPLATE/1-bug-report.yml | 95 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/2-External-issues.md | 20 ----- .github/ISSUE_TEMPLATE/2-enhancement.yml | 33 +++++++ .github/ISSUE_TEMPLATE/3-Support.md | 28 ------ .github/ISSUE_TEMPLATE/4-Bug-report.md | 58 ------------- .github/ISSUE_TEMPLATE/5-Enhancement.md | 25 ------ .github/ISSUE_TEMPLATE/6-Feature-request.md | 25 ------ .github/ISSUE_TEMPLATE/config.yml | 14 +++ 9 files changed, 142 insertions(+), 168 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/1-Security-issue.md create mode 100644 .github/ISSUE_TEMPLATE/1-bug-report.yml delete mode 100644 .github/ISSUE_TEMPLATE/2-External-issues.md create mode 100644 .github/ISSUE_TEMPLATE/2-enhancement.yml delete mode 100644 .github/ISSUE_TEMPLATE/3-Support.md delete mode 100644 .github/ISSUE_TEMPLATE/4-Bug-report.md delete mode 100644 .github/ISSUE_TEMPLATE/5-Enhancement.md delete mode 100644 .github/ISSUE_TEMPLATE/6-Feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/1-Security-issue.md b/.github/ISSUE_TEMPLATE/1-Security-issue.md deleted file mode 100644 index 7c78be16976..00000000000 --- a/.github/ISSUE_TEMPLATE/1-Security-issue.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: "\U0001F512 Security issue" -about: Please report security issues *only* via https://www.hackerone.com -title: '' -labels: '' -assignees: '' - ---- - -For security reasons, please report all security issues via https://hackerone.com/automattic/. Also, if the issue is valid, a bug bounty will be paid out to you. - -Please disclose responsibly and not via GitHub (which allows for exploiting issues in the wild before the patch is released). diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml new file mode 100644 index 00000000000..2c49bfd22a7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -0,0 +1,95 @@ +name: 🐞 Bug Report +description: Report a bug if something isn't working as expected in WooCommerce E2E Tests Boilerplate. +body: + - type: markdown + attributes: + value: | + ### Thanks for contributing! + + Please provide us with the information requested in this bug report. + Without these details, we won't be able to fully evaluate this issue. + Bug reports lacking detail, or for any other reason than to report a bug, may be closed without action. + + While our goal is to address all the issues reported in this repository, GitHub should be treated as a place to report confirmed bugs only. + - If you have a support request or custom code related question please follow one of the steps below: + - Review [WooCommerce Self-Service Guide](https://docs.woocommerce.com/document/woocommerce-self-service-guide/) to see if the solutions listed there apply to your case; + - If you are a paying customer of WooCommerce, contact WooCommerce support by [opening a ticket or starting a live chat](https://woocommerce.com/contact-us/); + - Make a post on [WooCommerce community forum](https://wordpress.org/support/plugin/woocommerce/) + - To get help on custom code questions go to the [WooCommerce Community Slack](https://woocommerce.com/community-slack/) and visit the `#developers` channel. + + Make sure to look through the existing issues to see whether your bug has already been submitted. + Feel free to contribute to any existing issues. + Search tip: You can filter our issues using [our labels](https://github.com/woocommerce/woocommerce-e2e-boilerplate/labels). + Search tip: Make use of [GitHub's search syntax to refine your search](https://help.github.com/en/github/searching-for-information-on-github/searching-issues-and-pull-requests). + - type: checkboxes + id: prerequisites + attributes: + label: Prerequisites + description: Please confirm these before submitting the issue. + options: + - label: I have carried out troubleshooting steps and I believe I have found a bug. + - label: I have searched for similar bugs in both open and closed issues and cannot find a duplicate. + validations: + required: true + - type: textarea + id: summary + attributes: + label: Describe the bug + description: A clear and concise description of what the bug is. + validations: + required: true + - type: textarea + id: expected + attributes: + label: Expected behavior + placeholder: | + A clear and concise description of what you expected to happen. + validations: + required: true + - type: textarea + id: actual + attributes: + label: Actual behavior + placeholder: | + A clear and concise description of what actually happens. Please be as descriptive as possible; + validations: + required: true + - type: textarea + id: steps + attributes: + label: Steps to reproduce + description: Attach screenshot(s) or recording(s) directly by dragging & dropping. + placeholder: | + 1. Go to + 2. Click on + 3. Scroll down to + 4. See error + validations: + required: true + - type: textarea + id: environment + attributes: + label: WordPress Environment + description: | + We use the [WooCommerce System Status Report](https://docs.woocommerce.com/document/understanding-the-woocommerce-system-status-report/) to help us evaluate the issue. + Without this report we won't be able to fully evaluate this issue. + placeholder: | + The System Status Report is found in your WordPress admin under **WooCommerce > Status**. + Please select “Get system report”, then “Copy for support”, and then paste it here. + validations: + required: true + - type: checkboxes + id: isolating + attributes: + label: Isolating the problem + description: | + Please try testing your site for theme and plugins conflict. + To do that deactivate all plugins except for WooCommerce and switch to a default WordPress theme or [Storefront](https://en-gb.wordpress.org/themes/storefront/). Then test again. + If the issue is resolved with the default theme and all plugins deactivated, it means that one of your plugins or a theme is causing the issue. + You will then need to enable it one by one and test every time you do that in order to figure out which plugin is causing the issue. + options: + - label: I have deactivated other plugins and confirmed this bug occurs when only WooCommerce plugin is active. + - label: This bug happens with a default WordPress theme active, or [Storefront](https://woocommerce.com/storefront/). + - label: I can reproduce this bug consistently using the steps above. + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/2-External-issues.md b/.github/ISSUE_TEMPLATE/2-External-issues.md deleted file mode 100644 index 1a0543b7e98..00000000000 --- a/.github/ISSUE_TEMPLATE/2-External-issues.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: "\U0001F47D External issues" -about: Please report WooCommerce Admin, WooCommerce Gutenberg Products Blocks or Action Scheduler issues directly to their respective repositories. -title: '' -labels: '' -assignees: '' - ---- - -Please report issues for the following features directly to their respective repositories. - -WooCommerce Admin: https://github.com/woocommerce/woocommerce-admin - -WooCommerce Gutenberg Products Blocks: https://github.com/woocommerce/woocommerce-gutenberg-products-block - -Action Scheduler: https://github.com/woocommerce/action-scheduler - -WooCommerce REST API Docs: https://github.com/woocommerce/woocommerce-rest-api-docs - -WooCommerce Code Reference: https://github.com/woocommerce/code-reference diff --git a/.github/ISSUE_TEMPLATE/2-enhancement.yml b/.github/ISSUE_TEMPLATE/2-enhancement.yml new file mode 100644 index 00000000000..4c8eb4b698e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/2-enhancement.yml @@ -0,0 +1,33 @@ +name: ✨ Enhancement Request +description: If you have an idea to improve an existing feature in core or need something for development (such as a new hook) please let us know or submit a Pull Request! +title: "[Enhancement]: " +labels: ["enhancement"] +body: + - type: markdown + attributes: + value: | + ### Thanks for contributing! + + Please provide us with the information requested in this form. + + Make sure to look through existing issues to see whether your idea is already being discussed. + Feel free to contribute to any existing issues. + Search tip: You can filter our issues using [our enhancement label](https://github.com/woocommerce/woocommerce-e2e-boilerplate/issues?q=is%3Aissue+label%3Aenhancement+). + Search tip: Make use of [GitHub's search syntax to refine your search](https://help.github.com/en/github/searching-for-information-on-github/searching-issues-and-pull-requests). + - type: textarea + id: summary + attributes: + label: Describe the solution you'd like + description: A clear and concise description of what you want to happen. + validations: + required: true + - type: textarea + id: alternative + attributes: + label: Describe alternatives you've considered + description: A clear and concise description of any alternative solutions or features you've considered. + - type: textarea + id: context + attributes: + label: Additional context + description: Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/3-Support.md b/.github/ISSUE_TEMPLATE/3-Support.md deleted file mode 100644 index 3ae796e2030..00000000000 --- a/.github/ISSUE_TEMPLATE/3-Support.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -name: "❓ Support Question" -about: "If you have a question \U0001F4AC please see our docs or use our forums, helpdesk, - or Slack Community!" -title: '' -labels: '' -assignees: '' - ---- - -We don't offer technical support on GitHub so we recommend using the following: - -**Reading our documentation** -Usage docs can be found here: https://docs.woocommerce.com/ - -If you have a problem, you may want to start with the self help guide here: https://docs.woocommerce.com/document/woocommerce-self-service-guide/ - -**Technical support for premium extensions or if you're a WooCommerce.com customer** -Contact WooCommerce support by opening a ticket. -https://woocommerce.com/contact-us/ - -**For help with custom code** -WooCommerce Slack Community: https://woocommerce.com/community-slack/ in the `#developers` channel. - -**General usage and development questions** -- WooCommerce Slack Community: https://woocommerce.com/community-slack/ -- WordPress.org Forums: https://wordpress.org/support/plugin/woocommerce -- The Official WooCommerce Facebook Group https://www.facebook.com/groups/advanced.woocommerce/ diff --git a/.github/ISSUE_TEMPLATE/4-Bug-report.md b/.github/ISSUE_TEMPLATE/4-Bug-report.md deleted file mode 100644 index 2dfa466e5ad..00000000000 --- a/.github/ISSUE_TEMPLATE/4-Bug-report.md +++ /dev/null @@ -1,58 +0,0 @@ ---- -name: "\U0001F41E Bug report" -about: Report a bug if something isn't working as expected in the core WooCommerce - plugin. -title: '' -labels: '' -assignees: '' - ---- - -Please provide us with the information requested in this bug report. Without these details, we won't be able to fully evaluate this issue. -Bug reports lacking detail, or for any other reason than to report a bug, may be closed without action. - - - - - - - -**Prerequisites (mark completed items with an [x]):** -- [ ] I have carried out troubleshooting steps and I believe I have found a bug. -- [ ] I have searched for similar bugs in both open and closed issues and cannot find a duplicate. - -**Describe the bug** -A clear and concise description of what the bug is. - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Actual behavior** -A clear and concise description of what actually happens. Please be as descriptive as possible; - -**Steps to reproduce the bug (We need to be able to reproduce the bug in order to fix it.)** -Steps to reproduce the bug: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Screenshots** -If applicable, add screenshots to help explain your problem. - - - -**Isolating the problem (mark completed items with an [x]):** -- [ ] I have deactivated other plugins and confirmed this bug occurs when only WooCommerce plugin is active. -- [ ] This bug happens with a default WordPress theme active, or [Storefront](https://woocommerce.com/storefront/). -- [ ] I can reproduce this bug consistently using the steps above. - -**WordPress Environment** -We use the [WooCommerce System Status Report](https://docs.woocommerce.com/document/understanding-the-woocommerce-system-status-report/) to help us evaluate the issue. -Without this report we won't be able to fully evaluate this issue. -
-``` -The System Status Report is found in your WordPress admin under **WooCommerce > Status**. -Please select “Get system report”, then “Copy for support”, and then paste it here. -``` -
diff --git a/.github/ISSUE_TEMPLATE/5-Enhancement.md b/.github/ISSUE_TEMPLATE/5-Enhancement.md deleted file mode 100644 index b616509eedd..00000000000 --- a/.github/ISSUE_TEMPLATE/5-Enhancement.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: "✨ New Enhancement" -about: If you have an idea to improve an existing feature in core or need something - for development (such as a new hook) please let us know or submit a Pull Request! -title: '' -labels: '' -assignees: '' - ---- - - - - - -**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 [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/6-Feature-request.md b/.github/ISSUE_TEMPLATE/6-Feature-request.md deleted file mode 100644 index e20ce518c65..00000000000 --- a/.github/ISSUE_TEMPLATE/6-Feature-request.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: "\U0001F680 Feature request" -about: "Suggest a new feature \U0001F389 We'll consider building it if it receives - sufficient interest! \U0001F44D" -title: '' -labels: '' -assignees: '' - ---- - - - - - -**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 [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000000..40ea05bb0d3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,14 @@ +blank_issues_enabled: true +contact_links: + - name: 🔒 Security issue + url: https://hackerone.com/automattic/ + about: For security reasons, please report all security issues via HackerOne. If the issue is valid, a bug bounty will be paid out to you. Please disclose responsibly and not via GitHub (which allows for exploiting issues in the wild before the patch is released). + - name: ❓ Support Question + url: https://docs.woocommerce.com/document/woocommerce-self-service-guide/ + about: If you have a question please see our docs or use our forums, helpdesk, or Slack community! + - name: WooCommerce Admin + url: https://github.com/woocommerce/woocommerce-admin + about: Please report issues for WooCommerce Admin (such as Analytics and Onboarding) directly to it's repository. + - name: WooCommerce Blocks + url: https://github.com/woocommerce/woocommerce-gutenberg-products-block + about: Please report issues for WooCommerce Blocks directly to it's repository. From 1c63425ad631836cfc2aa0e0a428ae539185a4e3 Mon Sep 17 00:00:00 2001 From: Tam Mullen Date: Fri, 15 Oct 2021 20:13:12 +0100 Subject: [PATCH 2/4] Updated URLs in issue form templates --- .github/ISSUE_TEMPLATE/1-bug-report.yml | 4 ++-- .github/ISSUE_TEMPLATE/2-enhancement.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index 2c49bfd22a7..fee285de95a 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -1,5 +1,5 @@ name: 🐞 Bug Report -description: Report a bug if something isn't working as expected in WooCommerce E2E Tests Boilerplate. +description: Report a bug if something isn't working as expected in WooCommerce Core. body: - type: markdown attributes: @@ -19,7 +19,7 @@ body: Make sure to look through the existing issues to see whether your bug has already been submitted. Feel free to contribute to any existing issues. - Search tip: You can filter our issues using [our labels](https://github.com/woocommerce/woocommerce-e2e-boilerplate/labels). + Search tip: You can filter our issues using [our labels](https://github.com/woocommerce/woocommerce/labels). Search tip: Make use of [GitHub's search syntax to refine your search](https://help.github.com/en/github/searching-for-information-on-github/searching-issues-and-pull-requests). - type: checkboxes id: prerequisites diff --git a/.github/ISSUE_TEMPLATE/2-enhancement.yml b/.github/ISSUE_TEMPLATE/2-enhancement.yml index 4c8eb4b698e..221cab994ac 100644 --- a/.github/ISSUE_TEMPLATE/2-enhancement.yml +++ b/.github/ISSUE_TEMPLATE/2-enhancement.yml @@ -12,7 +12,7 @@ body: Make sure to look through existing issues to see whether your idea is already being discussed. Feel free to contribute to any existing issues. - Search tip: You can filter our issues using [our enhancement label](https://github.com/woocommerce/woocommerce-e2e-boilerplate/issues?q=is%3Aissue+label%3Aenhancement+). + Search tip: You can filter our issues using [our enhancement label](https://github.com/woocommerce/woocommerce/issues?q=is%3Aissue+label%3A%22type%3A+enhancement%22+). Search tip: Make use of [GitHub's search syntax to refine your search](https://help.github.com/en/github/searching-for-information-on-github/searching-issues-and-pull-requests). - type: textarea id: summary From b5eba41a44921dd7388f70a3e6b7cd7b8d6baeca Mon Sep 17 00:00:00 2001 From: Tam Mullen Date: Thu, 11 Nov 2021 21:13:08 +0000 Subject: [PATCH 3/4] Updated issue forms for documentation URL changes and PR Feedback --- .github/ISSUE_TEMPLATE/1-bug-report.yml | 6 +++--- .github/ISSUE_TEMPLATE/2-enhancement.yml | 4 ++-- .github/ISSUE_TEMPLATE/config.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index fee285de95a..574cceba425 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -12,12 +12,12 @@ body: While our goal is to address all the issues reported in this repository, GitHub should be treated as a place to report confirmed bugs only. - If you have a support request or custom code related question please follow one of the steps below: - - Review [WooCommerce Self-Service Guide](https://docs.woocommerce.com/document/woocommerce-self-service-guide/) to see if the solutions listed there apply to your case; + - Review [WooCommerce Self-Service Guide](https://woocommerce.com/document/woocommerce-self-service-guide/) to see if the solutions listed there apply to your case; - If you are a paying customer of WooCommerce, contact WooCommerce support by [opening a ticket or starting a live chat](https://woocommerce.com/contact-us/); - Make a post on [WooCommerce community forum](https://wordpress.org/support/plugin/woocommerce/) - To get help on custom code questions go to the [WooCommerce Community Slack](https://woocommerce.com/community-slack/) and visit the `#developers` channel. - Make sure to look through the existing issues to see whether your bug has already been submitted. + Make sure to look through the [existing issues](https://github.com/woocommerce/woocommerce/issues?q=is%3Aopen+is%3Aissue+label%3A%22type%3A+bug%22) to see whether your bug has already been submitted. Feel free to contribute to any existing issues. Search tip: You can filter our issues using [our labels](https://github.com/woocommerce/woocommerce/labels). Search tip: Make use of [GitHub's search syntax to refine your search](https://help.github.com/en/github/searching-for-information-on-github/searching-issues-and-pull-requests). @@ -71,7 +71,7 @@ body: attributes: label: WordPress Environment description: | - We use the [WooCommerce System Status Report](https://docs.woocommerce.com/document/understanding-the-woocommerce-system-status-report/) to help us evaluate the issue. + We use the [WooCommerce System Status Report](https://woocommerce.com/document/understanding-the-woocommerce-system-status-report/) to help us evaluate the issue. Without this report we won't be able to fully evaluate this issue. placeholder: | The System Status Report is found in your WordPress admin under **WooCommerce > Status**. diff --git a/.github/ISSUE_TEMPLATE/2-enhancement.yml b/.github/ISSUE_TEMPLATE/2-enhancement.yml index 221cab994ac..5b3565a71c9 100644 --- a/.github/ISSUE_TEMPLATE/2-enhancement.yml +++ b/.github/ISSUE_TEMPLATE/2-enhancement.yml @@ -1,7 +1,7 @@ name: ✨ Enhancement Request description: If you have an idea to improve an existing feature in core or need something for development (such as a new hook) please let us know or submit a Pull Request! title: "[Enhancement]: " -labels: ["enhancement"] +labels: ["type: enhancement"] body: - type: markdown attributes: @@ -10,7 +10,7 @@ body: Please provide us with the information requested in this form. - Make sure to look through existing issues to see whether your idea is already being discussed. + Make sure to look through [existing issues](https://github.com/woocommerce/woocommerce/issues?q=is%3Aopen+is%3Aissue+label%3A%22type%3A+enhancement%22) to see whether your idea is already being discussed. Feel free to contribute to any existing issues. Search tip: You can filter our issues using [our enhancement label](https://github.com/woocommerce/woocommerce/issues?q=is%3Aissue+label%3A%22type%3A+enhancement%22+). Search tip: Make use of [GitHub's search syntax to refine your search](https://help.github.com/en/github/searching-for-information-on-github/searching-issues-and-pull-requests). diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 40ea05bb0d3..22aae818eee 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -4,7 +4,7 @@ contact_links: url: https://hackerone.com/automattic/ about: For security reasons, please report all security issues via HackerOne. If the issue is valid, a bug bounty will be paid out to you. Please disclose responsibly and not via GitHub (which allows for exploiting issues in the wild before the patch is released). - name: ❓ Support Question - url: https://docs.woocommerce.com/document/woocommerce-self-service-guide/ + url: https://woocommerce.com/document/woocommerce-self-service-guide/ about: If you have a question please see our docs or use our forums, helpdesk, or Slack community! - name: WooCommerce Admin url: https://github.com/woocommerce/woocommerce-admin From d738e5b3ce33e207aa96fabb14afa6c6e345d4c8 Mon Sep 17 00:00:00 2001 From: Tam Mullen Date: Fri, 26 Nov 2021 16:49:51 +0000 Subject: [PATCH 4/4] Adding link to votes needed issues. --- .github/ISSUE_TEMPLATE/1-bug-report.yml | 2 +- .github/ISSUE_TEMPLATE/2-enhancement.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index 574cceba425..69cb4e1c960 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -17,7 +17,7 @@ body: - Make a post on [WooCommerce community forum](https://wordpress.org/support/plugin/woocommerce/) - To get help on custom code questions go to the [WooCommerce Community Slack](https://woocommerce.com/community-slack/) and visit the `#developers` channel. - Make sure to look through the [existing issues](https://github.com/woocommerce/woocommerce/issues?q=is%3Aopen+is%3Aissue+label%3A%22type%3A+bug%22) to see whether your bug has already been submitted. + Make sure to look through the [existing `type: bug` issues](https://github.com/woocommerce/woocommerce/issues?q=is%3Aopen+is%3Aissue+label%3A%22type%3A+bug%22) to see whether your bug has already been submitted. Feel free to contribute to any existing issues. Search tip: You can filter our issues using [our labels](https://github.com/woocommerce/woocommerce/labels). Search tip: Make use of [GitHub's search syntax to refine your search](https://help.github.com/en/github/searching-for-information-on-github/searching-issues-and-pull-requests). diff --git a/.github/ISSUE_TEMPLATE/2-enhancement.yml b/.github/ISSUE_TEMPLATE/2-enhancement.yml index 5b3565a71c9..e3fc4f7c854 100644 --- a/.github/ISSUE_TEMPLATE/2-enhancement.yml +++ b/.github/ISSUE_TEMPLATE/2-enhancement.yml @@ -10,7 +10,7 @@ body: Please provide us with the information requested in this form. - Make sure to look through [existing issues](https://github.com/woocommerce/woocommerce/issues?q=is%3Aopen+is%3Aissue+label%3A%22type%3A+enhancement%22) to see whether your idea is already being discussed. + Make sure to look through [existing `type: enhancement` issues](https://github.com/woocommerce/woocommerce/issues?q=is%3Aopen+is%3Aissue+label%3A%22type%3A+enhancement%22) and [existing `votes needed` issues](https://github.com/woocommerce/woocommerce/issues?q=is%3Aissue+sort%3Areactions-%2B1-desc+label%3A%22votes+needed%22) to see whether your idea is already being discussed. Feel free to contribute to any existing issues. Search tip: You can filter our issues using [our enhancement label](https://github.com/woocommerce/woocommerce/issues?q=is%3Aissue+label%3A%22type%3A+enhancement%22+). Search tip: Make use of [GitHub's search syntax to refine your search](https://help.github.com/en/github/searching-for-information-on-github/searching-issues-and-pull-requests).