From 4ca05fd230f545cfb6537ea076ca937c594fb017 Mon Sep 17 00:00:00 2001 From: Rick <1450685+LinuxSuRen@users.noreply.github.com> Date: Mon, 10 Jun 2024 17:38:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20OSPP=20=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E6=8E=92=E5=BA=8F=E6=96=B9=E6=B3=95=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=20(#163)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 增加 OSPP 项目申请排序方法说明 * revert content update --------- Co-authored-by: Rick --- .gitignore | 1 + data/financing/item-4.yaml | 2 +- ospp.md | 10 ++++++++++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 ospp.md diff --git a/.gitignore b/.gitignore index 98b8349..171f1ca 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ .github/website/resources/_gen .github/website/.hugo_build.lock bin/ +.vscode/ diff --git a/data/financing/item-4.yaml b/data/financing/item-4.yaml index a07f9e0..fdf4f68 100644 --- a/data/financing/item-4.yaml +++ b/data/financing/item-4.yaml @@ -1,4 +1,4 @@ date: '2020年8月' name: '[StreamNative](https://streamnative.io/)' summary: 'Pre-A 轮 数百万' -investors: '源码资本领投、红杉中国跟投' +investors: '源码资本领投、红杉中国跟投' \ No newline at end of file diff --git a/ospp.md b/ospp.md new file mode 100644 index 0000000..83f17f4 --- /dev/null +++ b/ospp.md @@ -0,0 +1,10 @@ +本文试图探索一种以尽量客观地评估开源项目议题(题目)申请人与项目契合度的方法。其中,结合了本人参与[开源之夏](https://summer-ospp.ac.cn/)、[GSoC](https://summerofcode.withgoogle.com/) 的经验。 + +开源之夏组委会给出的办法是,项目议题申请人(学生)与项目(mentor)通过双选的方式来进行匹配。以下,通过一些考察点来给申请者打分、排序: + +| 考察点 | 分值范围 | 说明 | +|---|---|---| +| 前期沟通 | 0-10 | 推荐以公开沟通为主,私下沟通为辅,例如:邮件(列表)、issue 或即时通讯 | +| 项目前期参与 | 0-10 | 有简单的 issue 或 PR 提交并完成,最多得 6 分;有与议题难度相当的 PR 可得 4 分 | +| 综合能力 | 0-10 | 沟通过程是否顺畅,是否可以按照项目 CONTRIBUTION 描述的方式参与,是否可以顺利完成 PR 的合并,代码是否规范、是否有相应文档 | +| 申请书 | 0-10 | 是否可以清晰、完整地描述设计 |