34 lines
1.8 KiB
YAML
34 lines
1.8 KiB
YAML
name: ✨ Enhancement Request
|
|
description: If you have an idea to improve existing functionality in core or need something for development (such as a new hook) please let us know or submit a Pull Request!
|
|
title: "[Enhancement]: "
|
|
labels: ["type: enhancement", "status: awaiting triage"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
### Thanks for contributing!
|
|
|
|
Please provide us with the information requested in this form.
|
|
|
|
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%22needs%3A+votes%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).
|
|
- 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.
|