Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion contributors/cheat-sheet.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# 贡献者备忘录


// TODO
## 关掉匿名邮箱 <!-- {#disable-anonymous-email} -->

由于您需要与他人协作,GitHub自带的匿名邮箱功能可能会导致一些问题。
请您在提交PR前关闭这个功能,否则您的PR将无法通过审查。

**如何关闭匿名邮箱?**

1. 打开 GitHub 网站并登录您的账户。
2. 打开[Email settings](https://github.com/settings/emails)页面。
3. 在"Primary email address"下找到"Keep my email addresses private",取消勾选该选项。
1 change: 1 addition & 0 deletions contributors/github-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,6 @@ git push zhangsan patch-my-feature
1. 打开你在GitHub上Fork的仓库 `https://github.com/<username>/DragonOS`
2. 点击右上角的`Compare & Pull Request`按钮,然后选择分支`patch-my-feature`,目标为社区主仓库的`master`分支(或`main`分支)。
3. 关于Pull Request的进一步要求,请查看[Pull Request流程介绍]
4. 请注意:在提交PR前,请确保您已[关闭GitHub的匿名邮箱功能](./cheat-sheet.md#关掉匿名邮箱),否则您的PR将无法通过审查。

[Pull Request流程介绍]: /contributors/pull-requests.md
4 changes: 2 additions & 2 deletions contributors/pull-requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

**确保您的拉取请求符合我们的最佳实践。这些实践包括遵循项目规范、提交小的拉取请求以及充分注释。**

请注意:在提交PR前,请确保您已[关闭GitHub的匿名邮箱功能](./cheat-sheet.md#关掉匿名邮箱),否则您的PR将无法通过审查。


### 运行本地的测试

Expand Down Expand Up @@ -327,5 +329,3 @@ DragonOS社区使用`@dragonosbot`来执行自动化的工作流。
[为DragonOS社区作出贡献]: /contributors/README.md
[社区沟通渠道]: /communication/README.md
[代码风格指南]: /contributors/code-style.md


5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
},
"homepage": "https://github.com/DragonOS-Community/Community#readme",
"devDependencies": {
"@vuepress/bundler-vite": "^2.0.0-rc.14",
"@vuepress/bundler-vite": "^2.0.0-rc.20",
"@vuepress/theme-default": "^2.0.0-rc.37",
"vuepress": "^2.0.0-rc.14"
"sass-embedded": "^1.89.0",
"vuepress": "^2.0.0-rc.20"
}
}