WordPress-Coding-Standards/.github/ISSUE_TEMPLATE/feature_request.md
jrfnl d18074211b
Issue template: minor tweaks
Updates for the issue templates in anticipation of the WPCS 3.0.0 release.
2023-08-17 18:11:23 +02:00

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.