From 7fbb0bbbe393124889a666513e271b4d17dd12bf Mon Sep 17 00:00:00 2001 From: kryptine Date: Tue, 12 May 2020 11:50:32 +0000 Subject: [PATCH] Information for contributors and information for users should be put into separate files. Also, rephrased reference to the Friendly Environment Policy --- CONTRIBUTING.md | 12 ++++++++++++ README.md | 15 --------------- 2 files changed, 12 insertions(+), 15 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..81295749d8 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,12 @@ +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). + +In addition, contributors are expected to follow the [Friendly Environment Policy](https://racket-lang.org/friendly.html). diff --git a/README.md b/README.md index c25fd3e59c..2177dc9b3b 100644 --- a/README.md +++ b/README.md @@ -27,21 +27,6 @@ Building from Source For information on building Racket from this repository, see the [Build Guide](build.md). -Contributing ------------- - -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 a contribution, you agree to follow the [Friendly Environment Policy](https://racket-lang.org/friendly.html) and that your contribution is -licensed 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). - License -------