Skip to content

Commit 2d99a06

Browse files
committed
Add Contribute section to readme.md
1 parent a730cdc commit 2d99a06

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
@@ -45,6 +45,14 @@ Check if the given value is a [**transparent**][spec] [element][].
4545

4646
`boolean` — whether `node` passes the test.
4747

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

5058
[MIT][license] © [Titus Wormer][author]
@@ -70,3 +78,7 @@ Check if the given value is a [**transparent**][spec] [element][].
7078
[element]: https://github.com/syntax-tree/hast#element
7179

7280
[spec]: https://html.spec.whatwg.org/#transparent-content-models
81+
82+
[contribute]: https://github.com/syntax-tree/hast/blob/master/contributing.md
83+
84+
[coc]: https://github.com/syntax-tree/hast/blob/master/code-of-conduct.md

0 commit comments

Comments
 (0)