Skip to content

Commit bc3ae8b

Browse files
committed
Add Contribute section to readme.md
1 parent 4c0c3f2 commit bc3ae8b

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
@@ -59,6 +59,14 @@ Classify plain-text ASCII [**emoticon**][emoticon]s as `EmoticonNode`s.
5959

6060
Node to process ([`NLCSTSentenceNode`][sentence]).
6161

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

6472
[MIT][license] © [Titus Wormer][author]
@@ -84,3 +92,7 @@ Node to process ([`NLCSTSentenceNode`][sentence]).
8492
[sentence]: https://github.com/syntax-tree/nlcst#paragrap
8593

8694
[emoticon]: https://github.com/wooorm/emoticon
95+
96+
[contribute]: https://github.com/syntax-tree/nlcst/blob/master/contributing.md
97+
98+
[coc]: https://github.com/syntax-tree/nlcst/blob/master/code-of-conduct.md

0 commit comments

Comments
 (0)