Skip to content

Instantly share code, notes, and snippets.

@khleomix
Created August 27, 2021 13:50
Show Gist options
  • Save khleomix/c0cc4579e652f92ca58fce365d02e4a5 to your computer and use it in GitHub Desktop.
Save khleomix/c0cc4579e652f92ca58fce365d02e4a5 to your computer and use it in GitHub Desktop.
PR Template
Closes #
### Link
### Feature Description
### Feature Screenshots
### Steps To Verify Feature
### Feature Documentation
### Other
- [ ] Does this PR title follow this pattern? `feature/PROJECTCODE-TICKETNUMBER-Jira-Ticket-Title`
- [ ] Is the documentation in Confluence for this feature up-to-date?
- [ ] Is this feature accessible? (Section 508/WCAG 2.1AA)
- [ ] Does this feature pass all linting on your local? (PHPCS, ESLint, Stylelint)
- [ ] Are your [text/attribute/url node](https://codex.wordpress.org/Data_Validation#Text_Nodes) escaping functions correct? e.g., `esc_html_e()`, `esc_html__()`, `esc_attr()`, `esc_url()`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment