Message ID | Yulahz/2iYARaVWG@phare.normalesup.org |
---|---|
State | New |
Headers | show |
Series | [FFmpeg-devel] Document the addresses of the committees (was: Contact of the Technical Committee) | expand |
Context | Check | Description |
---|---|---|
yinshiyou/configure_loongarch64 | warning | Failed to apply patch |
andriy/make_x86 | success | Make finished |
andriy/make_fate_x86 | success | Make fate finished |
On 2 Aug 2022, at 19:10, Nicolas George wrote: > Jean-Baptiste Kempf (12022-07-24): >> Have you tried tc@ffmpeg.o.. ? > > Thanks. > > Would this patch be a good idea? Of course, thought it would already be there together with CC. There’s a typo in the mail address, otherwise LGTM. -Thilo
Thilo Borgman (12022-08-02): > Of course, thought it would already be there together with CC. > > There’s a typo in the mail address, otherwise LGTM. Indeed, locally fixed: +The TC can be contacted at <tc@ffmpeg>. +The CC can be contacted at <cc@ffmpeg>. I will wait some time and push if nobody objects. Thanks,
On Tue, 2 Aug 2022, at 19:10, Nicolas George wrote: > Jean-Baptiste Kempf (12022-07-24): >> Have you tried tc@ffmpeg.o.. ? > > Thanks. > > Would this patch be a good idea? Great idea > * 0001-doc-dev_community-add-the-addresses-of-the-committee.patch > * signature.asc
On 2 Aug 2022, at 19:34, Nicolas George wrote: > Thilo Borgman (12022-08-02): >> Of course, thought it would already be there together with CC. >> >> There’s a typo in the mail address, otherwise LGTM. > > Indeed, locally fixed: > > +The TC can be contacted at <tc@ffmpeg>. > +The CC can be contacted at <cc@ffmpeg>. @ffmpeg.org, no? -Thilo > > I will wait some time and push if nobody objects. > > Thanks, > > -- > Nicolas George > _______________________________________________ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
On 2 Aug 2022, at 20:16, Thilo Borgmann wrote: > On 2 Aug 2022, at 19:34, Nicolas George wrote: > >> Thilo Borgman (12022-08-02): >>> Of course, thought it would already be there together with CC. >>> >>> There’s a typo in the mail address, otherwise LGTM. >> >> Indeed, locally fixed: >> >> +The TC can be contacted at <tc@ffmpeg>. >> +The CC can be contacted at <cc@ffmpeg>. > > @ffmpeg.org, no? except you want to keep spammers away of course. Anybody writing there knows what (s)he’s doing. Sorry, its hot here… -Thilo
From e19aaaa12c02efa25c7e150e7b4984144ef50c6a Mon Sep 17 00:00:00 2001 From: Nicolas George <george@nsup.org> Date: Tue, 2 Aug 2022 19:07:05 +0200 Subject: [PATCH] doc/dev_community: add the addresses of the committees Omitting the .org from the address should be protection enough against spam spiders. Signed-off-by: Nicolas George <george@nsup.org> --- doc/dev_community/community.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/dev_community/community.md b/doc/dev_community/community.md index 21e08e20e3..fdd8552f5d 100644 --- a/doc/dev_community/community.md +++ b/doc/dev_community/community.md @@ -55,6 +55,8 @@ Candidates for election can either be suggested or self-nominated. The conflict resolution process is detailed in the [resolution process](resolution_process.md) document. +The TC can be contacted at <cc@ffmpeg>. + ## Community committee The Community Committee (CC) is here to arbitrage and make decisions when @@ -77,3 +79,5 @@ The members of the CC can be elected from outside of the GA. Candidates for election can either be suggested or self-nominated. The CC is governed by and responsible for enforcing the Code of Conduct. + +The CC can be contacted at <cc@ffmpeg>. -- 2.35.1
Jean-Baptiste Kempf (12022-07-24): > Have you tried tc@ffmpeg.o.. ? Thanks. Would this patch be a good idea? Regards,