Skip to content

Commit bc43d76

Browse files
committed
Add Contribute section to readme.md
1 parent a0c1243 commit bc43d76

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
@@ -47,6 +47,14 @@ Get the start or end points in the positional info of `node`.
4747
[`Point`][point] — Filled with `line` (nullable `uint32 >= 1`),
4848
`column` (nullable `uint32 >= 1`), `offset` (nullable `uint32 >= 0`).
4949

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

5260
[MIT][license] © [Titus Wormer][author]
@@ -72,3 +80,7 @@ Get the start or end points in the positional info of `node`.
7280
[node]: https://github.com/syntax-tree/unist#node
7381

7482
[point]: https://github.com/syntax-tree/unist#point
83+
84+
[contribute]: https://github.com/syntax-tree/unist/blob/master/contributing.md
85+
86+
[coc]: https://github.com/syntax-tree/unist/blob/master/code-of-conduct.md

0 commit comments

Comments
 (0)