Skip to content

Commit 3a008f3

Browse files
committed
Add Contribute section to readme.md
1 parent 2f3b128 commit 3a008f3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

readme.md

+12
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ included in the second parameter.
4646

4747
`Error` — When the second parameter is given but invalid.
4848

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

5159
[MIT][license] © [Titus Wormer][author]
@@ -71,3 +79,7 @@ included in the second parameter.
7179
[node]: https://github.com/syntax-tree/unist#node
7280

7381
[element]: https://github.com/syntax-tree/hast#element
82+
83+
[contribute]: https://github.com/syntax-tree/hast/blob/master/contributing.md
84+
85+
[coc]: https://github.com/syntax-tree/hast/blob/master/code-of-conduct.md

0 commit comments

Comments
 (0)