-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- Filling out the required portions of this template is mandatory. Any PR that does not include enough information to be reviewed may be closed at a maintainers' discretion. All new code requires associated documentation and unit tests. --> # Summary <!-- Required --> This PR updates the GitHub issue and pull request templates. ## Details <!-- Optional --> Issue templates are a bit verbose and could use some simplification. There were references in the bug report to OS, browser, etc. which are not really applicable to WP_Mock, etc. Pull requests could use a reviewer checklist which includes references to the updated CI workflow. ## Contributor checklist <!-- Required --> <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you are unsure about any of these, please ask for clarification. We are here to help! --> - [x] I agree to follow this project's [**Code of Conduct**](https://github.com/10up/.github/blob/trunk/CODE_OF_CONDUCT.md). - [x] I have updated the documentation accordingly - no documentation changes - [x] I have added tests to cover changes introduced by this pull request - no code change - [x] All new and existing tests pass ## Testing <!-- Required --> <!-- If applicable, add specific steps for the reviewer to perform as part of their testing process prior to approving this pull request. --> This PR has no code changes. <!-- List any configuration requirements for testing. --> ### Reviewer checklist <!-- Required --> <!-- The following checklist is for the reviewer: add any steps that may be relevant while reviewing this pull request --> - [x] Code changes review - [ ] Documentation changes review - [x] Unit tests pass - [x] Static analysis passes
- Loading branch information
Showing
4 changed files
with
76 additions
and
45 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
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
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,40 @@ | ||
<!-- | ||
Filling out the required portions of this template is mandatory. | ||
Any PR that does not include enough information to be reviewed may be closed at a maintainers' discretion. | ||
All new code requires associated documentation and unit tests. | ||
--> | ||
|
||
# Summary <!-- Required --> | ||
|
||
<!-- Please write a brief high level summary: this should be a summary of the changes which the pull request contains. --> | ||
|
||
### Closes: # <!-- Optional: associated GitHub issue --> | ||
|
||
## Details <!-- Optional --> | ||
|
||
<!-- Please include a detailed explanation of the changes and/or the reasoning behind them. --> | ||
|
||
## Contributor checklist <!-- Required --> | ||
|
||
<!--- Go over all the following points, and put an `x` in all the boxes that apply. --> | ||
<!--- If you are unsure about any of these, please ask for clarification. We are here to help! --> | ||
|
||
- [ ] I agree to follow this project's [**Code of Conduct**](https://github.com/10up/.github/blob/trunk/CODE_OF_CONDUCT.md). | ||
- [ ] I have updated the documentation accordingly | ||
- [ ] I have added tests to cover changes introduced by this pull request | ||
- [ ] All new and existing tests pass | ||
|
||
## Testing <!-- Required --> | ||
|
||
<!-- If applicable, add specific steps for the reviewer to perform as part of their testing process prior to approving this pull request. --> | ||
|
||
<!-- List any configuration requirements for testing. --> | ||
|
||
### Reviewer checklist <!-- Required --> | ||
|
||
<!-- The following checklist is for the reviewer: add any steps that may be relevant while reviewing this pull request --> | ||
|
||
- [ ] Code changes review | ||
- [ ] Documentation changes review | ||
- [ ] Unit tests pass | ||
- [ ] Static analysis passes |
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