Skip to content

Commit ce116e6

Browse files
committed
Add Contribute section to readme.md
1 parent 43aa500 commit ce116e6

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 @@ whitespace({
5050
white-space: consisting of zero or more of space, tab (`\t`),
5151
line feed (`\n`), carriage return (`\r`), or form feed (`\f`).
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 @@ line feed (`\n`), carriage return (`\r`), or form feed (`\f`).
7785
[node]: https://github.com/syntax-tree/unist#node
7886

7987
[text]: https://github.com/syntax-tree/unist#text
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)