File tree Expand file tree Collapse file tree 4 files changed +16
-5
lines changed
Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 11# 贡献者备忘录
22
33
4- // TODO
4+ ## 关掉匿名邮箱 <!-- {#disable-anonymous-email} -->
5+
6+ 由于您需要与他人协作,GitHub自带的匿名邮箱功能可能会导致一些问题。
7+ 请您在提交PR前关闭这个功能,否则您的PR将无法通过审查。
8+
9+ ** 如何关闭匿名邮箱?**
10+
11+ 1 . 打开 GitHub 网站并登录您的账户。
12+ 2 . 打开[ Email settings] ( https://github.com/settings/emails ) 页面。
13+ 3 . 在"Primary email address"下找到"Keep my email addresses private",取消勾选该选项。
Original file line number Diff line number Diff line change @@ -103,5 +103,6 @@ git push zhangsan patch-my-feature
1031031 . 打开你在GitHub上Fork的仓库 ` https://github.com/<username>/DragonOS `
1041042 . 点击右上角的` Compare & Pull Request ` 按钮,然后选择分支` patch-my-feature ` ,目标为社区主仓库的` master ` 分支(或` main ` 分支)。
1051053 . 关于Pull Request的进一步要求,请查看[ Pull Request流程介绍]
106+ 4 . 请注意:在提交PR前,请确保您已[ 关闭GitHub的匿名邮箱功能] ( ./cheat-sheet.md#关掉匿名邮箱 ) ,否则您的PR将无法通过审查。
106107
107108[ Pull Request流程介绍 ] : /contributors/pull-requests.md
Original file line number Diff line number Diff line change 1717
1818** 确保您的拉取请求符合我们的最佳实践。这些实践包括遵循项目规范、提交小的拉取请求以及充分注释。**
1919
20+ 请注意:在提交PR前,请确保您已[ 关闭GitHub的匿名邮箱功能] ( ./cheat-sheet.md#关掉匿名邮箱 ) ,否则您的PR将无法通过审查。
21+
2022
2123### 运行本地的测试
2224
@@ -327,5 +329,3 @@ DragonOS社区使用`@dragonosbot`来执行自动化的工作流。
327329[ 为DragonOS社区作出贡献 ] : /contributors/README.md
328330[ 社区沟通渠道 ] : /communication/README.md
329331[ 代码风格指南 ] : /contributors/code-style.md
330-
331-
Original file line number Diff line number Diff line change 1818 },
1919 "homepage" : " https://github.com/DragonOS-Community/Community#readme" ,
2020 "devDependencies" : {
21- "@vuepress/bundler-vite" : " ^2.0.0-rc.14 " ,
21+ "@vuepress/bundler-vite" : " ^2.0.0-rc.20 " ,
2222 "@vuepress/theme-default" : " ^2.0.0-rc.37" ,
23- "vuepress" : " ^2.0.0-rc.14"
23+ "sass-embedded" : " ^1.89.0" ,
24+ "vuepress" : " ^2.0.0-rc.20"
2425 }
2526}
You can’t perform that action at this time.
0 commit comments