From 008b15ccbca5a4004e7f9136d4d33aa68b5bf064 Mon Sep 17 00:00:00 2001 From: Bill Havanki Date: Wed, 31 Jan 2024 10:20:19 -0500 Subject: [PATCH] docs: Add licensing verbiage to CONTRIBUTING.md To make it clear that third-party contributions are given under the MIT license. Also, there's a bit of info in the readme about the name "chamber". --- CONTRIBUTING.md | 8 ++++++-- README.md | 6 ++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e5fa2f25..1972d1f3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ Thanks for thinking about contributing to Chamber! -Chamber is an open-source project run with ❤️ by Segment. We've made it open source in the hope that other folks will find it useful. That said, making open source software takes a lot of work, so we try to keep Chamber focused on its goals. That means first and foremost supporting the use cases we have at Segment, but any other reasonable additions will be accepted with gratitude. +Chamber is an open-source project run with ❤️ by Twilio Segment. We've made it open source in the hope that other folks will find it useful. That said, making open source software takes a lot of work, so we try to keep Chamber focused on its goals. That means first and foremost supporting the use cases we have at Segment, but any other reasonable additions will be accepted with gratitude. The purpose of these guidelines is all about setting expectations. @@ -46,7 +46,11 @@ Stale issues get the `stale` label. # Commit messages -We use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0-beta.3/) to help generate changelogs and do semver releases. We usually do Squash and Merge to PRs, so PR authors are recommended to use the Conventional Commits format in their PR title. +We use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) to help generate changelogs and do semver releases. We usually do Squash and Merge to PRs, so PR authors are recommended to use the Conventional Commits format in their PR title. + +# Licensing + +We do not require contributors outside of Segment to execute a contributor license agreement. Instead, we accept contributions under Chamber's [license](LICENSE). In legal terms: _All third party contributors acknowledge that any contributions they provide will be made under the same open source license that Chamber is provided under._ # Anti-contribution diff --git a/README.md b/README.md index c255e36a..48027ae7 100644 --- a/README.md +++ b/README.md @@ -458,3 +458,9 @@ public github releases. To cut a new release, just push a tag named `v` where `` is a valid semver version. This tag will be used by Github Actions to automatically publish a github release. + +--- + +
+THE CHAMBER OF SECRETS HAS BEEN OPENED +
\ No newline at end of file