Skip to content

Commit dabcfea

Browse files
committed
Add Contribute section to readme.md
1 parent 5d3f84e commit dabcfea

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
@@ -62,6 +62,14 @@ in `parent`.
6262
Invoke the bound [`modifier`][modifier] for each child in `parent`
6363
([`Node`][node]).
6464

65+
## Contribute
66+
67+
See [`contribute.md` in `syntax-tree/unist`][contribute] for ways to get
68+
started.
69+
70+
This organisation has a [Code of Conduct][coc]. By interacting with this
71+
repository, organisation, or community you agree to abide by its terms.
72+
6573
## License
6674

6775
[MIT][license] © [Titus Wormer][author]
@@ -87,3 +95,7 @@ Invoke the bound [`modifier`][modifier] for each child in `parent`
8795
[modifier]: #next--modifierchild-index-parent
8896

8997
[modify]: #function-modifyparent
98+
99+
[contribute]: https://github.com/syntax-tree/unist/blob/master/contributing.md
100+
101+
[coc]: https://github.com/syntax-tree/unist/blob/master/code-of-conduct.md

0 commit comments

Comments
 (0)