Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit 89c6ea3

Browse files
committed
Add Contribute section to readme.md
1 parent e1f13dd commit 89c6ea3

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
@@ -62,6 +62,14 @@ or non-element, is found.
6262
`string?` — either `'context'` or `'toolbar'`; the state the `menu` is in,
6363
or `null`, if the last node is not a `menu` element.
6464

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

6775
[MIT][license] © [Titus Wormer][author]
@@ -89,3 +97,7 @@ or `null`, if the last node is not a `menu` element.
8997
[element]: https://github.com/syntax-tree/hast#element
9098

9199
[spec]: https://html.spec.whatwg.org/#attr-menu-type
100+
101+
[contribute]: https://github.com/syntax-tree/hast/blob/master/contributing.md
102+
103+
[coc]: https://github.com/syntax-tree/hast/blob/master/code-of-conduct.md

0 commit comments

Comments
 (0)