Skip to content

Commit 7c45f13

Browse files
committed
Add Contribute section to readme.md
1 parent 488f10d commit 7c45f13

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
@@ -38,6 +38,14 @@ result = embedded({
3838

3939
Check if the given value is an [**embedded**][spec] [element][].
4040

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

4351
[MIT][license] © [Titus Wormer][author]
@@ -63,3 +71,7 @@ Check if the given value is an [**embedded**][spec] [element][].
6371
[element]: https://github.com/syntax-tree/hast#element
6472

6573
[spec]: https://html.spec.whatwg.org/#embedded-content-2
74+
75+
[contribute]: https://github.com/syntax-tree/hast/blob/master/contributing.md
76+
77+
[coc]: https://github.com/syntax-tree/hast/blob/master/code-of-conduct.md

0 commit comments

Comments
 (0)