Skip to content

Commit 04fd45e

Browse files
committed
Updating link
1 parent b9a617b commit 04fd45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ __Please Note:__ GitHub is for bug reports and contributions only. If you have a
2727
* Create a new local branch for each separate bug fix or feature. This will ensure that each pull request is for one issue only and easier to process.
2828
* Use `git checkout -b nameofmybugfixorfeature` to create the new branch
2929
* Make the changes to your local repository.
30-
* Ensure you stick to the [WordPress Coding Standards](https://codex.wordpress.org/WordPress_Coding_Standards) (even though much of the PMPro code does not currently)
30+
* Ensure you stick to the [WordPress Coding Standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/) (even though much of the PMPro code does not currently)
3131
* If you have an automatic beautifier in your IDE or dev environment, turn it off. Unrelated style changes in your pull requests will make them harder to process. Feel free to message the core development team to ask them to clean up a file you are working on if the inconsistent coding styles is bothering you.
3232
* You can update the readme.txt to include a comment about your fix or feature in the changelog, but if you do not the core team will do it for you.
3333
* When committing, reference your issue (if present) and include a note about the fix in the commit message.

0 commit comments

Comments
 (0)