Skip to content

Commit 926c122

Browse files
committed
Add Contribute section to readme.md
1 parent e5af10a commit 926c122

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
@@ -35,6 +35,14 @@ scriptSupporting({
3535

3636
Check if the given value is a [**script-supporting**][spec] [element][].
3737

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

4048
[MIT][license] © [Titus Wormer][author]
@@ -60,3 +68,7 @@ Check if the given value is a [**script-supporting**][spec] [element][].
6068
[element]: https://github.com/syntax-tree/hast#element
6169

6270
[spec]: https://html.spec.whatwg.org/#script-supporting-elements
71+
72+
[contribute]: https://github.com/syntax-tree/hast/blob/master/contributing.md
73+
74+
[coc]: https://github.com/syntax-tree/hast/blob/master/code-of-conduct.md

0 commit comments

Comments
 (0)