Skip to content

Commit 82ad303

Browse files
committed
Add Contributing section to readme.md
1 parent 753aea5 commit 82ad303

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
@@ -33,6 +33,14 @@ console.log(size(tree.children[0].children[0])); // 0
3333
Calculate the number of nodes in [`node`][node].
3434
The result is excluding the given node itself.
3535

36+
## Contribute
37+
38+
See [`contribute.md` in `syntax-tree/unist`][contribute] for ways to get
39+
started.
40+
41+
This organisation has a [Code of Conduct][coc]. By interacting with this
42+
repository, organisation, or community you agree to abide by its terms.
43+
3644
## License
3745

3846
[MIT][license] © [Titus Wormer][author]
@@ -56,3 +64,7 @@ The result is excluding the given node itself.
5664
[unist]: https://github.com/syntax-tree/unist
5765

5866
[node]: https://github.com/syntax-tree/unist#node
67+
68+
[contribute]: https://github.com/syntax-tree/unist/blob/master/contributing.md
69+
70+
[coc]: https://github.com/syntax-tree/unist/blob/master/code-of-conduct.md

0 commit comments

Comments
 (0)