From 465d1144f2388501f697c88a42ec6adfe90fb03b Mon Sep 17 00:00:00 2001 From: Shawn Allen Date: Tue, 30 Apr 2019 10:33:22 -0700 Subject: [PATCH] Update .github/CONTRIBUTING.md Co-Authored-By: emplums --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index b9b2bafd..13c3fccb 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -60,7 +60,7 @@ Anyone can open a pull request on Primer CSS. You do not need to work at GitHub 4. Make your changes and commit them. 5. Push your branch and open a pull request. Add a comment describing your proposed changes and request a review from `@primer/ds-core`. 6. Wait for CI tests to finish. - - If the tests pass, you should see a status check telling you which alpha version of primer css you can install with npm to test your work in other projects. + - If the tests pass, you should see a status check telling you which alpha version of `@primer/css` you can install with npm to test your work in other projects. - If the tests fail, review the logs and address any issues. - If the builds fail for any other reason (as they occasionally do), they may need to be manually restarted. 7. When CI tests pass, a new npm alpha release will be posted under the CI checks, you can use this npm version for testing in your project or with a GitHub site if you are staff.