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/PULL_REQUEST_TEMPLATE.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,15 @@ If it is adding functionality, a use case of why this is needed helps determine
7
7
## Testing
8
8
9
9
Not sure how to perform testing, or perhaps didn't include a test in this PR? Walk through the following in order for a beginner-friendly guide:
10
-
-[Setup](https://github.com/ConvertKit/convertkit-wordpress/blob/master/SETUP.md) - setting up your local environment for development and testing
11
-
-[Development](https://github.com/ConvertKit/convertkit-wordpress/blob/master/DEVELOPMENT.md) - best practices for development
12
-
-[Testing](https://github.com/ConvertKit/convertkit-wordpress/blob/master/TESTING.md) - how to write and run tests
10
+
-[Setup](https://github.com/ConvertKit/convertkit-wordpress/blob/main/SETUP.md) - setting up your local environment for development and testing
11
+
-[Development](https://github.com/ConvertKit/convertkit-wordpress/blob/main/DEVELOPMENT.md) - best practices for development
12
+
-[Testing](https://github.com/ConvertKit/convertkit-wordpress/blob/main/TESTING.md) - how to write and run tests
13
13
14
14
## Checklist
15
15
16
-
*[ ] I have [written a test](https://github.com/ConvertKit/convertkit-wordpress/blob/master/TESTING.md#writing-an-acceptance-test) and included it in this PR
17
-
*[ ] I have [run all tests](https://github.com/ConvertKit/convertkit-wordpress/blob/master/TESTING.md#run-tests) and they pass
18
-
*[ ] The code passes when [running the PHP CodeSniffer](https://github.com/ConvertKit/convertkit-wordpress/blob/master/TESTING.md#run-php-codesniffer)
19
-
*[ ] Code meets [WordPress Coding Standards](https://github.com/ConvertKit/convertkit-wordpress/blob/master/DEVELOPMENT.md#coding-standards) for PHP, HTML, CSS and JS
20
-
*[ ][Security and Sanitization](https://github.com/ConvertKit/convertkit-wordpress/blob/master/DEVELOPMENT.md#security-and-sanitization) requirements have been followed
16
+
*[ ] I have [written a test](https://github.com/ConvertKit/convertkit-wordpress/blob/main/TESTING.md#writing-an-acceptance-test) and included it in this PR
17
+
*[ ] I have [run all tests](https://github.com/ConvertKit/convertkit-wordpress/blob/main/TESTING.md#run-tests) and they pass
18
+
*[ ] The code passes when [running the PHP CodeSniffer](https://github.com/ConvertKit/convertkit-wordpress/blob/main/TESTING.md#run-php-codesniffer)
19
+
*[ ] Code meets [WordPress Coding Standards](https://github.com/ConvertKit/convertkit-wordpress/blob/main/DEVELOPMENT.md#coding-standards) for PHP, HTML, CSS and JS
20
+
*[ ][Security and Sanitization](https://github.com/ConvertKit/convertkit-wordpress/blob/main/DEVELOPMENT.md#security-and-sanitization) requirements have been followed
21
21
*[ ] I have assigned a reviewer or two to review this PR (if you're not sure who to assign, we can do this step for you)
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,12 @@ If you are having issues setting up this plugin on your WordPress site, or have
14
14
## Developers
15
15
16
16
For ConvertKit Developers, there are guides in the main ConvertKit Plugin repository covering:
17
-
-[Setup](https://github.com/ConvertKit/convertkit-wordpress/blob/master/SETUP.md) - setting up your local environment for development and testing
18
-
-[Development](https://github.com/ConvertKit/convertkit-wordpress/blob/master/DEVELOPMENT.md) - best practices for development
19
-
-[Testing](https://github.com/ConvertKit/convertkit-wordpress/blob/master/TESTING.md) - how to write and run tests
17
+
-[Setup](https://github.com/ConvertKit/convertkit-wordpress/blob/main/SETUP.md) - setting up your local environment for development and testing
18
+
-[Development](https://github.com/ConvertKit/convertkit-wordpress/blob/main/DEVELOPMENT.md) - best practices for development
19
+
-[Testing](https://github.com/ConvertKit/convertkit-wordpress/blob/main/TESTING.md) - how to write and run tests
20
20
-[Actions and Filters](ACTIONS-FILTERS.md) - Actions and Filters available to WordPress Developers looking to extend ConvertKit's functionality
21
21
22
22
For ConvertKit, there is a separate guide to deploying new versions to wordpress.org:
23
-
-[Deployment](https://github.com/ConvertKit/convertkit-wordpress/blob/master/DEPLOYMENT.md) - how to deploy a new Plugin version to [WordPress.org](https://wordpress.org/plugins/convertkit-gravity-forms/)
23
+
-[Deployment](https://github.com/ConvertKit/convertkit-wordpress/blob/main/DEPLOYMENT.md) - how to deploy a new Plugin version to [WordPress.org](https://wordpress.org/plugins/convertkit-gravity-forms/)
24
24
25
25
These guides can be applied to this Plugin; there may be some minor differences in terms of .env.testing configuration.
0 commit comments