Skip to content

Commit

Permalink
Add .github folder with default PR template (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
Idealien authored Nov 14, 2019
1 parent ac347fc commit 431fb1e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## Description
<!-- Describe what you have changed or added. -->
<!-- Link to the support ticket(s) where appropriate. -->

## Testing instructions
<!-- Add instructions to help the reviewer test your code. -->
<!-- Include sample forms, add-ons or snippets where appropriate. -->
<!-- Identify what, if any, features/elements you feel should be focused on testing/code review -->

## Automated Test Enhancements
<!-- Any unit tests or acceptence tests been changed as part of PR? Describe as needed. -->

## Screenshots
<!-- if applicable -->

## Documentation Changes?
<!-- Are any documentation updates needed to co-incide with release? -->
<!-- Are any new documentation pages required to co-incide with the release? -->

## Checklist:
- [ ] I've tested the code.
- [ ] My code follows the WordPress code style. <!-- Guidelines: https://make.wordpress.org/core/handbook/best-practices/coding-standards/ -->
- [ ] My code follows the accessibility standards. <!-- Guidelines: https://make.wordpress.org/core/handbook/best-practices/coding-standards/accessibility-coding-standards/ -->
- [ ] My code follows the inline documentation standards. <!-- Guidelines: https://make.wordpress.org/core/handbook/best-practices/inline-documentation-standards/ -->

0 comments on commit 431fb1e

Please sign in to comment.