From 68aac8caf0b95f28d686e9da5e2513c19e9def4a Mon Sep 17 00:00:00 2001 From: "David K. Storrs" Date: Sat, 2 Nov 2019 23:04:27 -0400 Subject: [PATCH] Added a 'CONTRIBUTING.md' file (#2523) * Added a 'CONTRIBUTING.md' file * Update CONTRIBUTING.md Added link to blog post based on euhmeuh's suggestion Co-Authored-By: dstorrs * propose shorter guide * add link "About Pull Requests" Add a link to a GitHub guide on pull requests (thanks to @spdegabrielle) Remove some text & links to make the un-rendered file easier to read. The missing links are easy to find from the remaining ones. --- CONTRIBUTING.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..6b1ce678f2 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,24 @@ +# Contributing to Racket + +Thank you for your interest in contributing to Racket! + +Racket lives on GitHub in multiple repositories: + +To contribute, visit a repository and open a pull request. + + +#### More information: + +- GitHub: [About Pull Requests](https://help.github.com/en/articles/about-pull-requests) +- Racket Wiki: [Ways to contribute to Racket](https://github.com/racket/racket/wiki/Ways-to-contribute-to-Racket) +- Racket Blog tutorials for contributors: + + [2017-09-27](https://blog.racket-lang.org/2017/09/tutorial-contributing-to-racket.html) + + [2012-11-25](https://blog.racket-lang.org/2012/11/tutorial-contributing-to-racket.html) + + +#### Other resources + +- mailing lists: +- Slack channel: + + Slack invite link: +- package index: