From 98f9851d4db3703554d81103703055fcc6841139 Mon Sep 17 00:00:00 2001 From: Doug Davis Date: Tue, 7 Jul 2020 20:52:28 +0000 Subject: [PATCH 1/2] add ref to CoC and other things Signed-off-by: Doug Davis --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40eb73df..eb1716ca 100644 --- a/README.md +++ b/README.md @@ -153,5 +153,13 @@ We love contributions from the community! Please check the [Contributor's Guide](https://github.com/cloudevents/sdk-javascript/blob/master/CONTRIBUTING.md) for information on how to get involved. -[v1spec]: https://github.com/cloudevents/spec/tree/v1.0 -[v103pec]: https://github.com/cloudevents/spec/tree/v0.3 +While there are some SDK specific processes defined, most governance related +material can be found in the +[CloudEvents `community`](https://github.com/cloudevents/spec/tree/master/community) +directory. In particular, in there you will find information concerning +how SDK projects are +[managed](https://github.com/cloudevents/spec/blob/master/community/SDK-GOVERNANCE.md), +[guidelines](https://github.com/cloudevents/spec/blob/master/community/SDK-maintainer-guidelines.md) +for how PRs are reviewed, and our +[Code of Conduct](https://github.com/cloudevents/spec/blob/master/community/GOVERNANCE.md#additional-information) +information. From b604ae12cf12ed2626811ab8106c1c8fb483804c Mon Sep 17 00:00:00 2001 From: Doug Davis Date: Tue, 11 Aug 2020 11:54:37 +0000 Subject: [PATCH 2/2] review comments Signed-off-by: Doug Davis --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eb1716ca..c56d0af9 100644 --- a/README.md +++ b/README.md @@ -153,13 +153,13 @@ We love contributions from the community! Please check the [Contributor's Guide](https://github.com/cloudevents/sdk-javascript/blob/master/CONTRIBUTING.md) for information on how to get involved. -While there are some SDK specific processes defined, most governance related -material can be found in the +Each SDK may ave its own unique processes, tooling and guidelines, common +governance related material can be found in the [CloudEvents `community`](https://github.com/cloudevents/spec/tree/master/community) directory. In particular, in there you will find information concerning how SDK projects are [managed](https://github.com/cloudevents/spec/blob/master/community/SDK-GOVERNANCE.md), [guidelines](https://github.com/cloudevents/spec/blob/master/community/SDK-maintainer-guidelines.md) -for how PRs are reviewed, and our +for how PR reviews and approval, and our [Code of Conduct](https://github.com/cloudevents/spec/blob/master/community/GOVERNANCE.md#additional-information) information.