From e4daa655ad69eb05c1376ec0db0b11ca583d1dcf Mon Sep 17 00:00:00 2001 From: Steve Loeppky Date: Wed, 27 Sep 2023 08:43:44 -0700 Subject: [PATCH 1/3] docs(general): Update README about ownership Make a note about who the owners/maintainers are and where they gather. This relates to https://github.com/multiformats/js-multiformats/issues/273 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1ed02dda..329d8385 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ - [Multihash hashers](#multihash-hashers-1) - [IPLD codecs (multicodec)](#ipld-codecs-multicodec) - [API Docs](#api-docs) +- [Ownership and Maintenance](#ownership-and-maintenance) - [License](#license) - [Contribution](#contribution) @@ -247,6 +248,13 @@ Other (less useful) bases implemented in [multiformats/js-multiformats](https:// - +## Ownership and Maintenance +Maintainers are in [CODEOWNERS](./CODEOWNERS). + +At least as of 202310, issues and PRs are triaged and handled as part of multi-party [js-libp2p triage](https://github.com/libp2p/js-libp2p/blob/master/CONTRIBUTING.md). + +The most recent ownership conversation happened in [#273](https://github.com/multiformats/js-multiformats/issues/273). + ## License Licensed under either of From 9c0251f9a56db03324c5092540d2d088204ad916 Mon Sep 17 00:00:00 2001 From: Steve Loeppky Date: Tue, 3 Oct 2023 14:23:38 -0700 Subject: [PATCH 2/3] Update README.md Co-authored-by: Chad Nehemiah --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 329d8385..c84ea341 100644 --- a/README.md +++ b/README.md @@ -251,7 +251,7 @@ Other (less useful) bases implemented in [multiformats/js-multiformats](https:// ## Ownership and Maintenance Maintainers are in [CODEOWNERS](./CODEOWNERS). -At least as of 202310, issues and PRs are triaged and handled as part of multi-party [js-libp2p triage](https://github.com/libp2p/js-libp2p/blob/master/CONTRIBUTING.md). +Following [the decision](https://github.com/multiformats/js-multiformats/issues/273) to expand ownership to js-libp2p and helia maintainers, issues and PRs are now triaged and handled as part of the multi-party [js-libp2p Open Maintainers Call](https://lu.ma/js-libp2p) The most recent ownership conversation happened in [#273](https://github.com/multiformats/js-multiformats/issues/273). From 9702ed1016c027ab78c3b4da28360559ae1c780f Mon Sep 17 00:00:00 2001 From: Steve Loeppky Date: Tue, 3 Oct 2023 14:23:49 -0700 Subject: [PATCH 3/3] Update README.md Co-authored-by: Chad Nehemiah --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c84ea341..88d9f87c 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,6 @@ Maintainers are in [CODEOWNERS](./CODEOWNERS). Following [the decision](https://github.com/multiformats/js-multiformats/issues/273) to expand ownership to js-libp2p and helia maintainers, issues and PRs are now triaged and handled as part of the multi-party [js-libp2p Open Maintainers Call](https://lu.ma/js-libp2p) -The most recent ownership conversation happened in [#273](https://github.com/multiformats/js-multiformats/issues/273). ## License