mirror of
https://gh.wpcy.net/https://github.com/WordPress/WordPress-Coding-Standards.git
synced 2026-04-26 00:02:20 +08:00
21 lines
684 B
Markdown
21 lines
684 B
Markdown
---
|
|
name: Feature request
|
|
about: Suggest an idea for this project
|
|
|
|
---
|
|
|
|
## Is your feature request related to a problem?
|
|
<!-- 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.
|
|
|
|
Any (sniff) feature request/suggestion should be accompanied by code samples of what should be detected.
|
|
And preferably also code samples of code which shouldn't be flagged.
|
|
-->
|
|
|
|
## Additional context (optional)
|
|
<!-- Add any other context or screenshots about the feature request here. -->
|
|
|
|
- [ ] I intend to create a pull request to implement this feature.
|