CONTRIBUTING.md in webpacker-6.0.0.pre.2 vs CONTRIBUTING.md in webpacker-6.0.0.rc.1

- old
+ new

@@ -7,10 +7,10 @@ bundle install yarn ``` ## Making sure your changes pass all tests -There are a number of automated checks which run on Github Actions when a pull request is created. +There are a number of automated checks which run on GitHub Actions when a pull request is created. You can run those checks on your own locally to make sure that your changes would not break the CI build. ### 1. Check the code for JavaScript style violations ``` yarn lint