1
1
mirror of https://github.com/primer/css.git synced 2024-11-14 14:38:16 +03:00

Update .github/CONTRIBUTING.md

Co-Authored-By: emplums <emplums@github.com>
This commit is contained in:
Shawn Allen 2019-04-30 10:33:22 -07:00 committed by GitHub
parent 88058c6e2d
commit 465d1144f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.