Skip to content

Commit 71f5c38

Browse files
author
Doug Davis
authored
add coc ref (#78)
Signed-off-by: Doug Davis <[email protected]>
1 parent 35b37e5 commit 71f5c38

File tree

4 files changed

+48
-4
lines changed

4 files changed

+48
-4
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,18 @@ If you're interested in contributing to sdk-rust, look at [Contributing document
7272
- Contact for additional information: Francesco Guardiani (`@slinkydeveloper`
7373
on slack).
7474

75+
Each SDK may have its own unique processes, tooling and guidelines, common
76+
governance related material can be found in the
77+
[CloudEvents `community`](https://github.com/cloudevents/spec/tree/master/community)
78+
directory. In particular, in there you will find information concerning
79+
how SDK projects are
80+
[managed](https://github.com/cloudevents/spec/blob/master/community/SDK-GOVERNANCE.md),
81+
[guidelines](https://github.com/cloudevents/spec/blob/master/community/SDK-maintainer-guidelines.md)
82+
for how PR reviews and approval, and our
83+
[Code of Conduct](https://github.com/cloudevents/spec/blob/master/community/GOVERNANCE.md#additional-information)
84+
information.
85+
7586
[Crates badge]: https://img.shields.io/crates/v/cloudevents-sdk.svg
7687
[crates.io]: https://crates.io/crates/cloudevents-sdk
7788
[Docs badge]: https://docs.rs/cloudevents-sdk/badge.svg
78-
[docs.rs]: https://docs.rs/cloudevents-sdk
89+
[docs.rs]: https://docs.rs/cloudevents-sdk

cloudevents-sdk-actix-web/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,18 @@ If you're interested in contributing to sdk-rust, look at [Contributing document
2222
- Email: https://lists.cncf.io/g/cncf-cloudevents-sdk
2323
- Contact for additional information: Francesco Guardiani (`@slinkydeveloper` on slack).
2424

25+
Each SDK may have its own unique processes, tooling and guidelines, common
26+
governance related material can be found in the
27+
[CloudEvents `community`](https://github.com/cloudevents/spec/tree/master/community)
28+
directory. In particular, in there you will find information concerning
29+
how SDK projects are
30+
[managed](https://github.com/cloudevents/spec/blob/master/community/SDK-GOVERNANCE.md),
31+
[guidelines](https://github.com/cloudevents/spec/blob/master/community/SDK-maintainer-guidelines.md)
32+
for how PR reviews and approval, and our
33+
[Code of Conduct](https://github.com/cloudevents/spec/blob/master/community/GOVERNANCE.md#additional-information)
34+
information.
35+
2536
[Crates badge]: https://img.shields.io/crates/v/cloudevents-sdk-actix-web.svg
2637
[crates.io]: https://crates.io/crates/cloudevents-sdk-actix-web
2738
[Docs badge]: https://docs.rs/cloudevents-sdk-actix-web/badge.svg
28-
[docs.rs]: https://docs.rs/cloudevents-sdk-actix-web
39+
[docs.rs]: https://docs.rs/cloudevents-sdk-actix-web

cloudevents-sdk-rdkafka/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,18 @@ If you're interested in contributing to sdk-rust, look at [Contributing document
2222
- Email: https://lists.cncf.io/g/cncf-cloudevents-sdk
2323
- Contact for additional information: Francesco Guardiani (`@slinkydeveloper` on slack).
2424

25+
Each SDK may have its own unique processes, tooling and guidelines, common
26+
governance related material can be found in the
27+
[CloudEvents `community`](https://github.com/cloudevents/spec/tree/master/community)
28+
directory. In particular, in there you will find information concerning
29+
how SDK projects are
30+
[managed](https://github.com/cloudevents/spec/blob/master/community/SDK-GOVERNANCE.md),
31+
[guidelines](https://github.com/cloudevents/spec/blob/master/community/SDK-maintainer-guidelines.md)
32+
for how PR reviews and approval, and our
33+
[Code of Conduct](https://github.com/cloudevents/spec/blob/master/community/GOVERNANCE.md#additional-information)
34+
information.
35+
2536
[Crates badge]: https://img.shields.io/crates/v/cloudevents-sdk-rdkafka.svg
2637
[crates.io]: https://crates.io/crates/cloudevents-sdk-rdkafka
2738
[Docs badge]: https://docs.rs/cloudevents-sdk-rdkafka/badge.svg
28-
[docs.rs]: https://docs.rs/cloudevents-sdk-rdkafka
39+
[docs.rs]: https://docs.rs/cloudevents-sdk-rdkafka

cloudevents-sdk-reqwest/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,18 @@ If you're interested in contributing to sdk-rust, look at [Contributing document
2222
- Email: https://lists.cncf.io/g/cncf-cloudevents-sdk
2323
- Contact for additional information: Francesco Guardiani (`@slinkydeveloper` on slack).
2424

25+
Each SDK may have its own unique processes, tooling and guidelines, common
26+
governance related material can be found in the
27+
[CloudEvents `community`](https://github.com/cloudevents/spec/tree/master/community)
28+
directory. In particular, in there you will find information concerning
29+
how SDK projects are
30+
[managed](https://github.com/cloudevents/spec/blob/master/community/SDK-GOVERNANCE.md),
31+
[guidelines](https://github.com/cloudevents/spec/blob/master/community/SDK-maintainer-guidelines.md)
32+
for how PR reviews and approval, and our
33+
[Code of Conduct](https://github.com/cloudevents/spec/blob/master/community/GOVERNANCE.md#additional-information)
34+
information.
35+
2536
[Crates badge]: https://img.shields.io/crates/v/cloudevents-sdk-reqwest.svg
2637
[crates.io]: https://crates.io/crates/cloudevents-sdk-reqwest
2738
[Docs badge]: https://docs.rs/cloudevents-sdk-reqwest/badge.svg
28-
[docs.rs]: https://docs.rs/cloudevents-sdk-reqwest
39+
[docs.rs]: https://docs.rs/cloudevents-sdk-reqwest

0 commit comments

Comments
 (0)