From 9f8d283e48be75c701fb011e5f3fcf9a4c238dd3 Mon Sep 17 00:00:00 2001 From: kryptine Date: Tue, 26 May 2020 18:45:07 +0000 Subject: [PATCH] Remove top-level CONTRIBUTING.md --- CONTRIBUTING.md | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 1fe21c5213..0000000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,10 +0,0 @@ -Contribute to Racket by -submitting a [pull request](https://github.com/racket/racket/pulls), -reporting an [issue](https://github.com/racket/racket/issues), -joining the [development mailing list](https://lists.racket-lang.org), -or visiting the IRC or Slack channels. - -By making contributions, you agree to license your contributions under the Apache 2.0 and MIT licenses. Those -licenses are available in this repository in the files -[LICENSE-APACHE.txt](racket/src/LICENSE-APACHE.txt) and -[LICENSE-MIT.txt](racket/src/LICENSE-MIT.txt).