Skip to content

Commit

Permalink
Update and rename docs/pull_request_template.md to .github/pull_reque…
Browse files Browse the repository at this point in the history
…st_template.md
  • Loading branch information
sc0ttkclark authored Feb 11, 2021
1 parent af00605 commit 1928c72
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 34 deletions.
37 changes: 37 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
## Description

<!-- A clear and concise description of what the code will change and do. -->

## Related GitHub issue(s)

<!-- If you are aware of any existing GitHub issues https://github.com/pods-framework/pods/issues then please note them here. -->
<!-- List each issue by simply typing the issue number "#1234" and GitHub will automatically link it up for you. -->
<!-- If this fixes a bug or solves a feature requests, please use the phrase "Fixes #1234" so that it will automatically get closed on release. -->

## Testing instructions

<!-- List of steps to test the changes so we can see confirm it works as intended. -->

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See '....'

## Screenshots / screencast

<!-- If you have any screenshot(s) or screencast(s) to show your PR off, these can help us review things more quickly. -->

## Changelog text for these changes

<!-- Please include a human readable description of what your change did for our changelog in the readme.txt -->
<!-- Feature: You can now do XYZ. #IssueNumber (@your-GH-username) -->
<!-- Enhancement: XYZ will now ABC. #IssueNumber (@your-GH-username) -->
<!-- Bug: XYZ now does ABC correctly. #IssueNumber (@your-GH-username) -->
<!-- If your fix addresses multiple things, please list each unique issue as separate changelog items. -->

## PR checklist

- [ ] I have tested my own code to confirm it works as I intended.
- [ ] My code follows the [WordPress Coding Standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/).
- [ ] My code follows the [WordPress Inline Documentation Standards](https://make.wordpress.org/core/handbook/best-practices/inline-documentation-standards/).
- [ ] My code includes automated tests for PHP and/or JS (if applicable).
34 changes: 0 additions & 34 deletions docs/pull_request_template.md

This file was deleted.

0 comments on commit 1928c72

Please sign in to comment.