Skip to content

Commit 908c2f4

Browse files
committed
Add Contribute section to readme.md
1 parent 185412c commit 908c2f4

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

readme.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ documents. The latest released version is [`1.0.0`][latest].
3030
* [Source](#source)
3131
* [TextNode](#textnode)
3232
* [Related](#related)
33+
* [Contribute](#contribute)
3334
* [License](#license)
3435

3536
## List of Utilities
@@ -161,6 +162,20 @@ interface TextNode < Text {
161162
* [hast][]
162163
* [mdast][]
163164

165+
## Contribute
166+
167+
**nlcst** is built by people just like you! Check out
168+
[`contribute.md`][contribute] for ways to get started.
169+
170+
This project has a [Code of Conduct][coc]. By interacting with this repository,
171+
organisation, or community you agree to abide by its terms.
172+
173+
Want to chat with the community and contributors? Join us in [Gitter][chat]!
174+
175+
Have an idea for a cool new utility or tool? That’s great! If you want
176+
feedback, help, or just to share it with the world you can do so by creating
177+
an issue in the [`syntax-tree/ideas`][ideas] repository!
178+
164179
## License
165180

166181
MIT © Titus Wormer
@@ -192,3 +207,11 @@ MIT © Titus Wormer
192207
[hast]: https://github.com/syntax-tree/hast
193208

194209
[mdast]: https://github.com/syntax-tree/mdast
210+
211+
[contribute]: contributing.md
212+
213+
[coc]: code-of-conduct.md
214+
215+
[ideas]: https://github.com/syntax-tree/ideas
216+
217+
[chat]: https://gitter.im/wooorm/retext

0 commit comments

Comments
 (0)