From 4e1646fea86b9fef80da23ce57b5ce763d70c348 Mon Sep 17 00:00:00 2001 From: kryptine Date: Tue, 26 May 2020 19:16:02 +0000 Subject: [PATCH] Synchronize .github/CONTRIBUTING.md with README.md. samth said "I don't think the Friendly Environment policy should be thought of as part of copyright issues, or applying only to people who contribute code. Is there a different phrasing that would accomplish what you want here?" I have rephrased the reference to the Friendly Environment Policy and moved it before the License section to avoid confusion with copyright issues. --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9717013ded..58ebfd0326 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,20 @@ For information on building Racket from this repository, see the Contributing ____________ -See [.github/CONTRIBUTING.md](.github/CONTRIBUTING.md) +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](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 +licenses are available in this repository in the files +racket/src/LICENSE-LGPL.txt, racket/src/LICENSE-APACHE.txt, and +racket/src/LICENSE-MIT.txt. + +See the [Racket Build Guide](../build.md) for more guidance on +contributing. + +The [Friendly Environment Policy](https://racket-lang.org/friendly.html) contains guidelines on expected behavior within the Racket community. License -------