Skip to content

Commit c362129

Browse files
committed
base
1 parent 846dbc7 commit c362129

9 files changed

Lines changed: 731 additions & 1 deletion

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Join Members | 加入社区成员申请
2+
description: 加入 mcpp社区 组织成员申请(自动邀请)
3+
title: "[Join] Org Members | 加入社区成员 - @<your-username>"
4+
labels: ["join-request", "target:members"]
5+
body:
6+
- type: checkboxes
7+
attributes:
8+
label: Confirm | 确认
9+
options:
10+
- label: I confirm the issue author is the account to be invited. | 我确认 issue 作者是需要邀请的账户。
11+
required: true
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
name: Join VTeam | 加入志愿者团队申请
2+
description: 加入 mcpp社区 志愿者团队申请(需要审核)
3+
title: "[Join] vteam | 加入志愿者团队 - @<your-username>"
4+
labels: ["join-request", "target:vteam", "needs-review"]
5+
body:
6+
- type: input
7+
attributes:
8+
label: 推荐人
9+
description: 请填写推荐人的 GitHub 用户名 (如果有)
10+
placeholder: "@username"
11+
validations:
12+
required: false
13+
14+
- type: textarea
15+
attributes:
16+
label: 申请理由
17+
description: 请说明你为什么想要加入志愿者团队
18+
placeholder: 例如:希望能够为社区做出更多贡献,参与项目维护等
19+
validations:
20+
required: true
21+
22+
- type: textarea
23+
attributes:
24+
label: 过往在社区中的贡献记录
25+
description: 请列举你在 mcpp 社区或相关开源项目中的贡献 (或准备参与的内容)
26+
placeholder: |
27+
例如:
28+
- 三个主要(或准备)贡献点:
29+
- 提交了 XX 个 PR
30+
- 参与了 XX 项目的开发
31+
- 在社区讨论中帮助解决了 XX 问题
32+
- 过往贡献记录的链接
33+
- PR 链接
34+
- Issue 链接
35+
- ...
36+
validations:
37+
required: true

.github/join-config.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
org: mcpp-community
2+
3+
teams:
4+
members:
5+
mode: auto
6+
team_slug: members
7+
8+
vteam:
9+
mode: approval
10+
team_slug: vteam
11+
reviewers:
12+
users: ["sunrisepeak"]
13+
teams: ["coreteam"] # 至少需要一个 coreteam 成员 + sunrisepeak

0 commit comments

Comments
 (0)