Skip to content

Commit 9086992

Browse files
committed
Add Contributing section to readme.md
1 parent 3725b67 commit 9086992

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

readme.md

+12
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ for line, `c` for column, `s` for `start`, and `e` for
5959
end. `null` is returned if the given value is neither `node`,
6060
`position`, nor `point`.
6161

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

6472
[MIT][license] © [Titus Wormer][author]
@@ -86,3 +94,7 @@ end. `null` is returned if the given value is neither `node`,
8694
[position]: https://github.com/syntax-tree/unist#position
8795

8896
[point]: https://github.com/syntax-tree/unist#point
97+
98+
[contribute]: https://github.com/syntax-tree/unist/blob/master/contributing.md
99+
100+
[coc]: https://github.com/syntax-tree/unist/blob/master/code-of-conduct.md

0 commit comments

Comments
 (0)