Skip to content

Commit 681c9d5

Browse files
committed
Add Contribute section to readme.md
1 parent 096335d commit 681c9d5

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
@@ -118,6 +118,14 @@ The verbose info would looks as follows:
118118
}
119119
```
120120

121+
## Contribute
122+
123+
See [`contribute.md` in `syntax-tree/hast`][contribute] for ways to get
124+
started.
125+
126+
This organisation has a [Code of Conduct][coc]. By interacting with this
127+
repository, organisation, or community you agree to abide by its terms.
128+
121129
## License
122130

123131
[MIT][license] © [Titus Wormer][author]
@@ -145,3 +153,7 @@ The verbose info would looks as follows:
145153
[node]: https://github.com/syntax-tree/hast#ast
146154

147155
[vfile]: https://github.com/vfile/vfile
156+
157+
[contribute]: https://github.com/syntax-tree/hast/blob/master/contributing.md
158+
159+
[coc]: https://github.com/syntax-tree/hast/blob/master/code-of-conduct.md

0 commit comments

Comments
 (0)