Skip to content

Commit 90fc2b5

Browse files
committed
add contributing section to readme
1 parent 32f4cae commit 90fc2b5

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
@@ -61,6 +61,14 @@ Transform a DOM `Node` to a [HAST Node][node].
6161

6262
This works in a similar way to the `parse5` version except that it works directly from the DOM rather than a string of HTML. Consequently, it does not maintain location infomation.
6363

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

6674
[ISC][license] © [Keith McKnight][author]
@@ -86,3 +94,7 @@ This works in a similar way to the `parse5` version except that it works directl
8694
[node]: https://github.com/syntax-tree/hast#ast
8795

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

0 commit comments

Comments
 (0)