From 4a41274ce39a6f2a5f8e88a9b578c9154be28238 Mon Sep 17 00:00:00 2001 From: Administrator Date: Tue, 29 Nov 2022 15:11:57 +0800 Subject: [PATCH] add podcast Signed-off-by: Administrator --- .github/ISSUE_TEMPLATE/podcast_guest.yml | 32 +++++++++++++++++++++ sig-advocacy-and-outreach/podcast/README.md | 24 ++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/podcast_guest.yml create mode 100644 sig-advocacy-and-outreach/podcast/README.md diff --git a/.github/ISSUE_TEMPLATE/podcast_guest.yml b/.github/ISSUE_TEMPLATE/podcast_guest.yml new file mode 100644 index 00000000..693a225a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/podcast_guest.yml @@ -0,0 +1,32 @@ +name: Podcast Guest Request +description: Request to be a guest on KubeSphere Talk +labels: [ "area/user-group" ] +title: "REQUEST: New guest on KubeSphere Talk" +body: +- id: github + type: input + attributes: + label: GitHub ID + placeholder: e.g. @example_user + validations: + required: true +- id: contact + type: input + attributes: + label: Contact information + placeholder: |- + e.g. wechat: cloud-native-yang + validations: + required: true +- id: reason + type: textarea + attributes: + label: Reason to participate in the podcast + validations: + required: true +- id: topic + type: textarea + attributes: + label: Topic for the podcast + validations: + required: true \ No newline at end of file diff --git a/sig-advocacy-and-outreach/podcast/README.md b/sig-advocacy-and-outreach/podcast/README.md new file mode 100644 index 00000000..458f88c2 --- /dev/null +++ b/sig-advocacy-and-outreach/podcast/README.md @@ -0,0 +1,24 @@ +# KubeSphere Talk + +KubeSphere Talk 是由 KubeSphere 发起的一档访谈、聊天的音频节目。节目前期,主要邀请 KubeSphere 社区的 Ambassador、Contributor 等角色,围绕云原生、开源等热门话题展开,挖掘他们身上的故事和闪光点,为期望了解开源和云原生的各位小伙伴提供参考。 + +## 收听方式 + +目前 KubeSphere Talk 已在小宇宙、喜马拉雅、苹果播客三个平台上线,并已发布第一期节目。你可以直接在各个平台搜索,或扫描下方二维码跳转到你喜欢的平台。 + +![](https://pek3b.qingstor.com/kubesphere-community/images/202211291539004.png) + +第一期节目,我们邀请了 KubeSphere 社区用户委员会杭州站站长尹珉,来和他聊一聊他参与开源、参与 KubeSphere 社区的故事,以及他的所思、所想、所得。 + +## 参与方式 + +目前,KubeSphere Talk 主要邀请 KubeSphere 的 Ambassador 和 Contributor 两类角色进行访谈。如果您属于这两类角色,我们非常欢迎您带着话题来参与节目。如果您不属于这两类角色,但对开源理解较深,参与开源较多,有一些见识和认识,也欢迎您带着话题来申请参与节目。 + +申请方式,直接[提交 issue](https://github.com/kubesphere/community/issues/new?assignees=&labels=area%2Fpodcast&template=podcast_guest.yml&title=REQUEST%3A+New+guest+on+KubeSphere+Talk)。 + +## 节目信息 + ++ 节目名称:KubeSphere Talk ++ 固定主播:KubeSphere 社区经理 Fawei、米开朗基杨 ++ 时长:1 小时左右 ++ 渠道:小宇宙、喜马拉雅、苹果播客 \ No newline at end of file