Skip to content

Commit 2154067

Browse files
authored
docs: add link to ASTExplorer in CONTRIBUTING (#186)
1 parent 5f2db77 commit 2154067

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,12 @@ Contributions via pull requests are much appreciated. Before sending us a pull r
2929
To send us a pull request, please:
3030

3131
1. Fork the repository.
32-
2. Modify the source; please focus on the specific change you are contributing.
33-
3. Ensure local tests pass.
34-
4. Commit to your fork using clear commit messages.
35-
5. Send us a pull request, answering any default questions in the pull request interface.
36-
6. Pay attention to any automated CI failures reported in the pull request, and stay involved in the conversation.
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.
3738

3839
GitHub provides additional document on [forking a repository](https://help.github.com/articles/fork-a-repo/) and
3940
[creating a pull request](https://help.github.com/articles/creating-a-pull-request/).

0 commit comments

Comments
 (0)