forked from monksbistro/gravityflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add .github folder with default PR template (#281)
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ --> |