Skip to content

Commit 72f6d25

Browse files
committed
Add Contribute section to readme.md
1 parent a7d60a1 commit 72f6d25

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 @@ Yields:
6262
Given a [HAST][] tree and an optional [vfile][] (for positional info),
6363
return a new parsed-again [HAST][] tree.
6464

65+
## Contribute
66+
67+
See [`contribute.md` in `syntax-tree/hast`][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]
@@ -89,3 +97,7 @@ return a new parsed-again [HAST][] tree.
8997
[rehype-raw]: https://github.com/wooorm/rehype-raw
9098

9199
[vfile]: https://github.com/vfile/vfile
100+
101+
[contribute]: https://github.com/syntax-tree/hast/blob/master/contributing.md
102+
103+
[coc]: https://github.com/syntax-tree/hast/blob/master/code-of-conduct.md

0 commit comments

Comments
 (0)