You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ __Please Note:__ GitHub is for bug reports and contributions only. If you have a
28
28
* Use `git checkout -b nameofmybugfixorfeature` to create the new branch
29
29
* Make the changes to your local repository.
30
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)
31
-
* 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 inconsitent coding styles is bothering you.
31
+
* 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.
32
32
* 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.
33
33
* When committing, reference your issue (if present) and include a note about the fix in the commit message.
0 commit comments