Skip to content

Commit 1cf5222

Browse files
committed
Add Contribute section to readme.md
1 parent 82ecbcd commit 1cf5222

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
@@ -41,6 +41,14 @@ Labelable nodes have a `tagName` set to `button`, `keygen`,
4141
`meter`, `output`, `progress`, `select`, `textarea`, and `input`
4242
(excluding `[type=hidden]`.
4343

44+
## Contribute
45+
46+
See [`contribute.md` in `syntax-tree/hast`][contribute] for ways to get
47+
started.
48+
49+
This organisation has a [Code of Conduct][coc]. By interacting with this
50+
repository, organisation, or community you agree to abide by its terms.
51+
4452
## License
4553

4654
[MIT][license] © [Titus Wormer][author]
@@ -66,3 +74,7 @@ Labelable nodes have a `tagName` set to `button`, `keygen`,
6674
[spec]: https://html.spec.whatwg.org/#category-label
6775

6876
[node]: https://github.com/syntax-tree/unist#node
77+
78+
[contribute]: https://github.com/syntax-tree/hast/blob/master/contributing.md
79+
80+
[coc]: https://github.com/syntax-tree/hast/blob/master/code-of-conduct.md

0 commit comments

Comments
 (0)