# 贡献一篇文章 感谢您有兴趣成为 CloudBase Framework 社区贡献者! 欢迎贡献您撰写的有关 CloudBase Framework 体验的外部内容(博客帖子,教程,在线课程,视频)。 您可能已经在外部技术社区或您自己的个人博客上写了这篇文章。将您的文章添加到[云开发社区官网](https://cloudbase.net/community.html),可以让其他开发阅读和通过标签来检索您的文章。 ## 社区贡献文章列表 [https://github.com/Tencent/cloudbase-framework/tree/master/community/posts](https://github.com/Tencent/cloudbase-framework/tree/master/community/posts) ## 步骤 1. Fork 这个 Git 仓库(在 master 分支修改) 2. 在仓库中为您的文章添加一个新文件夹 `/community/posts/YYYY-MM-DD-Desc`,例如 `/community/posts/2020-08-12-如何用云开发快速搭建实时 TodoList 应用` 3. 在创建好的文件夹目录中添加一个 `index.md`,文件格式可以参考如下模板 ```markdown --- title: 如何用云开发快速搭建实时 TodoList 应用 description: '本文基于 web 端实时更新的 todolist 案例,详细介绍了云开发数据库实时推送能力的使用。整个案例使用 CloudBase Framework 前后端一体化部署工具,一站式完成项目的创建、开发以及部署。' banner: './banner.jpg' # github 用户名 authorIds: - shryzhang href: https://juejin.im/post/6859930183030292488 platforms: - Web tags: - 实时推送 - 数据库 - ClouBase Framework - 静态网站托管 --- 以下是正文内容的 Markdown ``` 文章底部建议加上如下内容: ```md ## CloudBase Framework 开源项目介绍 🚀 CloudBase Framework 是云开发开源的云原生前后端一体化部署工具,支持主流前后端框架,前后端一键托管部署在云端一体化平台,支持支持小程序、Web、Flutter、后端服务等多个平台。 Github 开源地址:[https://github.com/Tencent/cloudbase-framework](https://github.com/Tencent/cloudbase-framework) 欢迎给 CloudBase Framework 一个 🌟 star ## CloudBase Framework 核心贡献者计划 欢迎大家参与 CloudBase Framework 的开发工作,成为我们的贡献者,我们将会在云开发社区展示贡献者的作品和信息,同时也会有惊喜奖励。 您可以选择如下的贡献方式: - 贡献技术文章:[https://github.com/Tencent/cloudbase-framework/tree/master/community/posts](https://github.com/Tencent/cloudbase-framework/tree/master/community/posts) - 贡献应用:[https://github.com/Tencent/cloudbase-framework/blob/master/doc/app.md](https://github.com/Tencent/cloudbase-framework/blob/master/doc/app.md) - 贡献代码,提交 Pull Request - 反馈 bug,提交 Issue - 在技术会议上发表技术演讲 CloudBase Framework 的发展离不开社区的积极贡献,这是我们的核心贡献者列表,再次感谢大家的贡献:[https://github.com/Tencent/cloudbase-framework#contributors-](https://github.com/Tencent/cloudbase-framework#contributors-) ``` 4. 如果文章有 banner 图片,在项目目录下创建一个 `banner.jpg` 5. 提交 Pull Request(合并到 master 分支) 6. 在通过 Pull Request 之后,我们会将您的帖子添加到我们的社区文章列表,并将您加入[我们的贡献者名单](https://github.com/Tencent/cloudbase-framework#contributors-) 7. 贡献成功 🎉