Skip to content

Commit 7a3664e

Browse files
committed
Add Contribute section to readme.md
1 parent 881a64d commit 7a3664e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ Yields:
4545
Transform a [HAST Node][node] to an `ASTNode` according to the default
4646
Parse5 adapter.
4747

48+
## Contribute
49+
50+
See [`contribute.md` in `syntax-tree/hast`][contribute] for ways to get
51+
started.
52+
53+
This organisation has a [Code of Conduct][coc]. By interacting with this
54+
repository, organisation, or community you agree to abide by its terms.
55+
4856
## License
4957

5058
[MIT][license] © [Titus Wormer][author]
@@ -70,3 +78,7 @@ Parse5 adapter.
7078
[ast]: https://github.com/inikulin/parse5/wiki/Documentation
7179

7280
[node]: https://github.com/syntax-tree/hast#ast
81+
82+
[contribute]: https://github.com/syntax-tree/hast/blob/master/contributing.md
83+
84+
[coc]: https://github.com/syntax-tree/hast/blob/master/code-of-conduct.md

0 commit comments

Comments
 (0)