From 8a15320b89c1e05fd7fcec099fc0f28b989652f7 Mon Sep 17 00:00:00 2001 From: JinnyYi Date: Mon, 11 Oct 2021 09:58:48 +0800 Subject: [PATCH 1/3] Proposal: Promote abyss-w as go-storage Committer --- ...promote-abyss-w-as-go-storage-committer.md | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 docs/rfcs/promote-abyss-w-as-go-storage-committer.md diff --git a/docs/rfcs/promote-abyss-w-as-go-storage-committer.md b/docs/rfcs/promote-abyss-w-as-go-storage-committer.md new file mode 100644 index 0000000..250e771 --- /dev/null +++ b/docs/rfcs/promote-abyss-w-as-go-storage-committer.md @@ -0,0 +1,39 @@ +- Author: JinnyYi +- Start Date: 2021-10-11 +- RFC PR: [beyondstorage/community#0](https://github.com/beyondstorage/community/issues/0) +- Tracking Issue: N/A + +# Proposal: Promote abyss-w as go-storage Committer + +## Background + +[abyss-w] is an active contributor of go-storage and related services, and was nominated as go-storage reviewer in [#39](https://github.com/beyondstorage/community/pull/39). Since then, she has continued to contribute to the project and has become a valuable contributor to the project. + +She has drafted and implemented following go-storage proposals: + +- [GSP-751: Write Empty File Behavior](https://github.com/beyondstorage/go-storage/pull/751) +- [GSP-826: Add Multipart HTTP Signer Support](https://github.com/beyondstorage/go-storage/pull/826) + +Also, she has implemented following go-service-*: + +- [azfile](https://github.com/beyondstorage/go-service-azfile) +- [bos](https://github.com/beyondstorage/go-service-bos) +- [obs](https://github.com/beyondstorage/go-service-obs) + +## Proposal + +So I propose to promote [abyss-w] as go-storage committer with write access to the project repository and resources. + +## Rationale + +N/A + +## Compatibility + +N/A + +## Implementation + +N/A + +[abyss-w]: https://github.com/abyss-w From 2d4bcf3e0e7904fcc88ce8e44049a36e48e26155 Mon Sep 17 00:00:00 2001 From: JinnyYi Date: Mon, 11 Oct 2021 10:04:19 +0800 Subject: [PATCH 2/3] Assign num --- ...itter.md => 55-promote-abyss-w-as-go-storage-committer.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename docs/rfcs/{promote-abyss-w-as-go-storage-committer.md => 55-promote-abyss-w-as-go-storage-committer.md} (85%) diff --git a/docs/rfcs/promote-abyss-w-as-go-storage-committer.md b/docs/rfcs/55-promote-abyss-w-as-go-storage-committer.md similarity index 85% rename from docs/rfcs/promote-abyss-w-as-go-storage-committer.md rename to docs/rfcs/55-promote-abyss-w-as-go-storage-committer.md index 250e771..ab74916 100644 --- a/docs/rfcs/promote-abyss-w-as-go-storage-committer.md +++ b/docs/rfcs/55-promote-abyss-w-as-go-storage-committer.md @@ -1,9 +1,9 @@ - Author: JinnyYi - Start Date: 2021-10-11 -- RFC PR: [beyondstorage/community#0](https://github.com/beyondstorage/community/issues/0) +- RFC PR: [beyondstorage/community#55](https://github.com/beyondstorage/community/issues/55) - Tracking Issue: N/A -# Proposal: Promote abyss-w as go-storage Committer +# RFC-55: Promote abyss-w as go-storage Committer ## Background From 5816113f3ea4744985c0bfc8e2e2403a1784a698 Mon Sep 17 00:00:00 2001 From: JinnyYi Date: Mon, 11 Oct 2021 12:33:17 +0800 Subject: [PATCH 3/3] Implement changes --- teams.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teams.toml b/teams.toml index 80d28b6..8bd0a30 100644 --- a/teams.toml +++ b/teams.toml @@ -37,7 +37,8 @@ members = [ project = "go-storage" role = "committer" members = [ - "Prnyself" + "Prnyself", + "abyss-w" ] [go-storage-reviewer] @@ -45,6 +46,5 @@ project = "go-storage" role = "reviewer" members = [ "zu1k", - "abyss-w", "xiongjiwei" ]