Skip to content

Commit 6d3e97a

Browse files
committed
Add Contribute section to readme.md
1 parent 5c01cad commit 6d3e97a

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
@@ -50,6 +50,14 @@ interactive({
5050
`boolean` — Whether `node` is an [`Element`][element] categorised
5151
as [**interactive**][spec].
5252

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

5563
[MIT][license] © [Titus Wormer][author]
@@ -77,3 +85,7 @@ as [**interactive**][spec].
7785
[element]: https://github.com/syntax-tree/hast#element
7886

7987
[spec]: https://html.spec.whatwg.org/#interactive-content
88+
89+
[contribute]: https://github.com/syntax-tree/hast/blob/master/contributing.md
90+
91+
[coc]: https://github.com/syntax-tree/hast/blob/master/code-of-conduct.md

0 commit comments

Comments
 (0)