File tree Expand file tree Collapse file tree 3 files changed +71
-0
lines changed
Expand file tree Collapse file tree 3 files changed +71
-0
lines changed Original file line number Diff line number Diff line change @@ -21,3 +21,6 @@ ChatRooM 使用 [Supabase](https://supabase.com)。[为什么选择Supabase?](/z
2121
2222你可以联系 bret@pdnode.com 来获取内部资格。
2323:::
24+ <Card title =" 🚀 快速开始 " description =" 几步搭建你的文档站点 " >
25+ 这是插槽内容,比如介绍按钮、链接等。
26+ </Card >
Original file line number Diff line number Diff line change @@ -20,6 +20,12 @@ export default defineConfig({
2020 { text : "国际化" , link : "/zh/internationalization" } ,
2121 ] ,
2222 } ,
23+ {
24+ text : "平台" ,
25+ items : [
26+ { text : "贡献/提交bug" , link : "/zh/platform/contribute.md" } ,
27+ ] ,
28+ } ,
2329 {
2430 text : "产品" ,
2531 items : [
Original file line number Diff line number Diff line change 1+ # 贡献
2+ ::: tip
3+ 我们很多产品是开源的,但是仍有一些是为了赚钱的。
4+ :::
5+ 如果你希望给我们产品加速发展或者提交bug/请求新功能等。
6+
7+ 首先非常感谢,但是还是去阅读并同意以下内容。
8+
9+ ## 请求新功能
10+ ### 开源产品/项目
11+ 我们非常高兴并欢迎你请求新功能。
12+
13+ 规则:
14+ - 尊重他人
15+ - 禁止骂人
16+ - 禁止发布R18和青少年不友好内容([ 部分项目例外] ( #r18--青少年不友好内容 ) )
17+ - 发布不好请求(对服务无用的)
18+
19+ ::: tip
20+ Pdnode保留所有权利包括更改此规则,禁止用户等。
21+ :::
22+
23+ ** 发布**
24+
25+ 请在此任何你要请求新功能的存储库上发布Issue,标题为:请求新功能:功能简要
26+
27+
28+ ## 提交bug / 改进
29+ 对于一般bug而言:
30+
31+ 在你要提交bug的存储库上发布Issue,标题为:Bug:Bug简要
32+
33+ ::: warning
34+ 对于安全问题,请联系bret@pdnode.com
35+
36+ 标题/主题为:安全问题:问题简要
37+ :::
38+
39+
40+ ## 提交代码
41+ 规则:
42+ - 尊重他人
43+ - 禁止骂人
44+ - 禁止发布R18和青少年不友好内容([ 部分项目例外] ( #r18--青少年不友好内容 ) )
45+ - 提交无用的代码(对服务无用的)
46+
47+ ::: tip
48+ Pdnode保留所有权利包括更改此规则,禁止用户等。
49+ :::
50+
51+ 直接去你要提交代码的存储库并提交PR请求即可。
52+
53+ ## 存储库
54+ 以下是几个常用的存储库:
55+ - [ 官网] ( https://github.com/pdnode-team/www.pdnode.com )
56+ - [ 文档] ( https://github.com/pdnode-team/docs )
57+ - [ ChatRooM Enterprise] ( https://github.com/pdnode-team/chatroom-enterprise )
58+
59+
60+ ## 例外
61+ ### R18 / 青少年不友好内容
62+ 暂时,Pdnode没有** 任何项目允许R18 或者 青少年不友好内容** ,所以没有例外。
You can’t perform that action at this time.
0 commit comments