File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,12 @@ To send us a pull request, please:
30
30
31
31
1 . Fork the repository.
32
32
2 . Use [ ASTExplorer] ( https://astexplorer.net/ ) with category ` JavaScript ` and parser ` acorn ` for examining the AST.
33
- 3 . Modify the source; please focus on the specific change you are contributing.
34
- 4 . Ensure local tests pass.
35
- 5 . Commit to your fork using clear commit messages.
36
- 6 . Send us a pull request, answering any default questions in the pull request interface.
37
- 7 . Pay attention to any automated CI failures reported in the pull request, and stay involved in the conversation.
33
+ 3 . Globally install ` npm i -g corepack ` , and run ` yarn ` for installing dependencies.
34
+ 4 . Modify the source; please focus on the specific change you are contributing.
35
+ 5 . Ensure local tests pass.
36
+ 6 . Commit to your fork using clear commit messages.
37
+ 7 . Send us a pull request, answering any default questions in the pull request interface.
38
+ 8 . Pay attention to any automated CI failures reported in the pull request, and stay involved in the conversation.
38
39
39
40
GitHub provides additional document on [ forking a repository] ( https://help.github.com/articles/fork-a-repo/ ) and
40
41
[ creating a pull request] ( https://help.github.com/articles/creating-a-pull-request/ ) .
You can’t perform that action at this time.
0 commit comments