Skip to content

Commit 1fd23cd

Browse files
committed
Add Contributing section to readme.md
1 parent baa150b commit 1fd23cd

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
@@ -90,6 +90,14 @@ and the last `end`, and the content inside.
9090
`Array.<Node>?` — List of nodes to replace `start`, `nodes`, and `end`
9191
with, optional.
9292

93+
## Contribute
94+
95+
See [`contribute.md` in `syntax-tree/mdast`][contribute] for ways to get
96+
started.
97+
98+
This organisation has a [Code of Conduct][coc]. By interacting with this
99+
repository, organisation, or community you agree to abide by its terms.
100+
93101
## License
94102

95103
[MIT][license] © [Titus Wormer][author]
@@ -119,3 +127,7 @@ with, optional.
119127
[remark]: https://github.com/wooorm/remark
120128

121129
[handler]: #function-handlerstart-nodes-end
130+
131+
[contribute]: https://github.com/syntax-tree/mdast/blob/master/contributing.md
132+
133+
[coc]: https://github.com/syntax-tree/mdast/blob/master/code-of-conduct.md

0 commit comments

Comments
 (0)