Skip to content

Commit 17d5173

Browse files
authored
Merge pull request #5 from pdnode-team/add/chatroom
Add/chatroom
2 parents f47a20f + 0f588fd commit 17d5173

File tree

4 files changed

+70
-2
lines changed

4 files changed

+70
-2
lines changed

zh/chatroom/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ ChatRooM 使用 [Supabase](https://supabase.com)。[为什么选择Supabase?](/z
2020
此文档只针对Pdnode 开发者。
2121

2222
你可以联系 bret@pdnode.com 来获取内部资格。
23-
:::
23+
:::

zh/chatroom/workspace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ const { error } = await supabase
3434
暂无文档
3535

3636
## 删除工作区
37-
**你目前无法自主删除工作区,需要联系客服。**
37+
**目前无法自主删除工作区,需要联系客服。**

zh/config.mts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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: [

zh/platform/contribute.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
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 或者 青少年不友好内容**,所以没有例外。

0 commit comments

Comments
 (0)