Skip to content

Commit de39f41

Browse files
committed
Add Contribute section to readme.md
1 parent 181ba4b commit de39f41

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
@@ -75,6 +75,14 @@ When strings are encountered, they are normalised to [`text`][text] nodes.
7575

7676
[`Element`][element].
7777

78+
## Contribute
79+
80+
See [`contribute.md` in `syntax-tree/hast`][contribute] for ways to get
81+
started.
82+
83+
This organisation has a [Code of Conduct][coc]. By interacting with this
84+
repository, organisation, or community you agree to abide by its terms.
85+
7886
## License
7987

8088
[MIT][license] © [Titus Wormer][author]
@@ -104,3 +112,7 @@ When strings are encountered, they are normalised to [`text`][text] nodes.
104112
[hyperscript]: https://github.com/dominictarr/hyperscript
105113

106114
[text]: https://github.com/syntax-tree/unist#text
115+
116+
[contribute]: https://github.com/syntax-tree/hast/blob/master/contributing.md
117+
118+
[coc]: https://github.com/syntax-tree/hast/blob/master/code-of-conduct.md

0 commit comments

Comments
 (0)