-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Administrator <[email protected]>
- Loading branch information
Administrator
committed
Nov 29, 2022
1 parent
b2bfa9f
commit 4a41274
Showing
2 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 小时左右 | ||
+ 渠道:小宇宙、喜马拉雅、苹果播客 |