Skip to content

Commit 7eddfeb

Browse files
committed
Change references from master to main in GitHub Actions and markd…
…own files
1 parent 04cc378 commit 7eddfeb

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ If it is adding functionality, a use case of why this is needed helps determine
77
## Testing
88

99
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
1313

1414
## Checklist
1515

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
2121
* [ ] 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)

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- synchronize
99
push:
1010
branches:
11-
- master
11+
- main
1212

1313
jobs:
1414
tests:

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ If you are having issues setting up this plugin on your WordPress site, or have
1414
## Developers
1515

1616
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
2020
- [Actions and Filters](ACTIONS-FILTERS.md) - Actions and Filters available to WordPress Developers looking to extend ConvertKit's functionality
2121

2222
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/)
2424

2525
These guides can be applied to this Plugin; there may be some minor differences in terms of .env.testing configuration.

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ No. You must first have an account on ConvertKit.com, but you do not have to use
5050

5151
### 1.2.1 2022-03-17
5252
* Added: PHP 8.x compatibility
53-
* Added: Developers: Action and filter hooks. See https://github.com/ConvertKit/convertkit-gravity-forms/blob/master/ACTIONS-FILTERS.md
53+
* Added: Developers: Action and filter hooks. See https://github.com/ConvertKit/convertkit-gravity-forms/blob/main/ACTIONS-FILTERS.md
5454
* Added: Developers: Capabilities for Settings Page, Form Settings and Uninstall actions
5555
* Added: Settings: Debug option
5656
* Added: Form: Feed Settings: Optionally tag subscriber

0 commit comments

Comments
 (0)