Skip to content

Commit cc5ef79

Browse files
committed
Add Contribute section to readme.md
1 parent 849fe6d commit cc5ef79

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
@@ -61,6 +61,14 @@ Check if the given value is a [**phrasing**][spec] content.
6161

6262
`boolean` — Whether `node` passes the test.
6363

64+
## Contribute
65+
66+
See [`contribute.md` in `syntax-tree/hast`][contribute] for ways to get
67+
started.
68+
69+
This organisation has a [Code of Conduct][coc]. By interacting with this
70+
repository, organisation, or community you agree to abide by its terms.
71+
6472
## License
6573

6674
[MIT][license] © [Titus Wormer][author]
@@ -84,3 +92,7 @@ Check if the given value is a [**phrasing**][spec] content.
8492
[node]: https://github.com/syntax-tree/hast
8593

8694
[spec]: https://html.spec.whatwg.org/#phrasing-content-2
95+
96+
[contribute]: https://github.com/syntax-tree/hast/blob/master/contributing.md
97+
98+
[coc]: https://github.com/syntax-tree/hast/blob/master/code-of-conduct.md

0 commit comments

Comments
 (0)