Add links to CONTRIBUTING.md

This commit is contained in:
kryptine 2020-05-24 16:16:47 +00:00 committed by Sam Tobin-Hochstadt
parent 29434fec6a
commit d9b3645117
2 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Contribute to Racket by submitting a pull request, joining the
Contribute to Racket by [submitting a pull request](https://github.com/racket/racket), joining the
[development mailing list](https://lists.racket-lang.org), or visiting
the IRC or Slack channels.
the [IRC](https://botbot.me/freenode/racket/) or [Slack](https://racket-slack.herokuapp.com/) channels.
By making a contribution, you are agreeing that your contribution is
licensed under the LGPLv3, Apache 2.0, and MIT licenses. Those

View File

@ -27,6 +27,11 @@ Building from Source
For information on building Racket from this repository, see the
[Build Guide](build.md).
Contributing
____________
See [.github/CONTRIBUTING.md](.github/CONTRIBUTING.md)
License
-------