@@ -5,19 +5,14 @@ description: "如何参与社区网站开发"
55
66## 如何参与
77
8- 我们欢迎大家参与到社区网站的开发中来!也欢迎有相同理念的小伙伴/各地的黑客松社区在我们的基础上进行二次开发 。
8+ 我们欢迎大家参与到社区网站的开发中来!也欢迎有相同理念的小伙伴或各地黑客松社区基于我们的代码进行二次开发 。
99
10- 我们将向公益组织/非盈利性活动提供技术支持和开放代码授权。商业授权需要沟通协商。
10+ ## 仓库说明
1111
12- ### 联系方式
13-
14- ** 邮箱** : contact@HackathonWeekly.com
15-
16- ** 邮件模板** :
17- - 您/您组织的自我介绍,期望的合作模式
18- - 您擅长的技术栈
19- - 您为什么想要加入社区网站开发 / 获取授权
20- - 您的微信或其他联系方式
12+ - Web 主仓库(手机端 + 桌面端):
13+ [ hackathonweekly/community] ( https://github.com/hackathonweekly/community )
14+ - 小程序端仓库(WebView 容器):
15+ [ hackathonweekly/mini-community] ( https://github.com/hackathonweekly/mini-community )
2116
2217## 贡献建议
2318
@@ -51,7 +46,7 @@ git checkout -b feature/my-feature
5146
5247# 4. 开发并提交
5348git add .
54- git commit -m " feat(scope): add my feature"
49+ git commit -s - m " feat(scope): add my feature"
5550
5651# 5. 推送到你的 Fork
5752git push origin feature/my-feature
@@ -67,18 +62,17 @@ git push origin feature/my-feature
6762- UI 变更附带截图
6863- 遵循 [ 编码规范] ( /docs/dev-guide/coding-standards )
6964
70- ## 许可证
65+ ## 许可证与贡献声明
7166
72- - 代码: [ AGPL-3.0 ] ( https://github.com/hackathonweekly/community/blob/main/LICENSE )
67+ - 代码: [ MIT ] ( https://github.com/hackathonweekly/community/blob/main/LICENSE )
7368- 内容: [ CC BY-SA 4.0] ( https://github.com/hackathonweekly/community/blob/main/LICENSE-CONTENT )
69+ - 贡献方式: [ DCO] ( https://github.com/hackathonweekly/community/blob/main/DCO.md ) (提交时使用 ` git commit -s ` )
7470
75- AGPL-3.0 要求:如果你将修改后的版本部署为网络服务,需要将修改部分以 AGPL-3.0 开源。如需闭源商业使用,请联系我们获取商业许可。
76-
77- 详细说明请参阅 [ 开源许可与贡献者协议] ( /docs/licensing ) 。
71+ 详细说明请参阅 [ 开源许可与贡献方式] ( /docs/licensing ) 。
7872
7973## 相关文档
8074
8175- [ 贡献指南 (GitHub)] ( https://github.com/hackathonweekly/community/blob/main/CONTRIBUTING.md )
8276- [ 开发规范] ( https://github.com/hackathonweekly/community/blob/main/DEVELOPMENT.md )
8377- [ 行为准则] ( https://github.com/hackathonweekly/community/blob/main/CODE_OF_CONDUCT.md )
84- - [ 贡献者协议 (CLA) ] ( https://github.com/hackathonweekly/community/blob/main/CLA .md )
78+ - [ DCO 声明 ] ( https://github.com/hackathonweekly/community/blob/main/DCO .md )
0 commit comments