Add a line to Sign the CLA as the first step in Workflow

If a pull request is created by someone who didn't sign the CLA yet, the tests will fail. It requires the contributor to submit a new PR or add an insignificant commit (like an empty commit) to force the tests to rerun on the same PR. If we gently nudge a new contributor to sign the CLA in advance, we can help them avoid the hassle.
This commit is contained in:
ADTC
2021-02-25 09:59:51 +08:00
committed by GitHub
parent dcb5a67089
commit 0c2db998cf

View File

@@ -17,6 +17,7 @@
## Workflow ## Workflow
* [Sign the CLA](https://cla.shopify.com/)
* Fork the Liquid repository * Fork the Liquid repository
* Create a new branch in your fork * Create a new branch in your fork
* If it makes sense, add tests for your code and/or run a performance benchmark * If it makes sense, add tests for your code and/or run a performance benchmark