{"id":18755377,"url":"https://github.com/cskefu/design","last_synced_at":"2025-08-31T20:07:07.548Z","repository":{"id":72218122,"uuid":"582165875","full_name":"cskefu/design","owner":"cskefu","description":"RFCs for CSKeFu","archived":false,"fork":false,"pushed_at":"2023-01-03T09:22:31.000Z","size":11277,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-29T01:42:33.106Z","etag":null,"topics":["design","rfcs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cskefu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-26T00:09:12.000Z","updated_at":"2023-01-03T07:55:42.000Z","dependencies_parsed_at":"2023-05-11T22:15:10.681Z","dependency_job_id":null,"html_url":"https://github.com/cskefu/design","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cskefu%2Fdesign","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cskefu%2Fdesign/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cskefu%2Fdesign/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cskefu%2Fdesign/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cskefu","download_url":"https://codeload.github.com/cskefu/design/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239644125,"owners_count":19673580,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["design","rfcs"],"created_at":"2024-11-07T17:32:38.259Z","updated_at":"2025-02-19T11:15:21.194Z","avatar_url":"https://github.com/cskefu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CSKeFu Design\n\n管理春松客服的设计相关的文件。\n\n相关工作 Issue 进入 - \n\n[https://github.com/cskefu/cskefu/issues](https://github.com/cskefu/cskefu/issues)\n\n* 在 Issue 中使用 `design` 或 `rfc` Label 维护\n\nIssues 列表\n\n* [design](https://github.com/cskefu/cskefu/issues?q=label%3Adesign)\n* [rfc](https://github.com/cskefu/cskefu/issues?q=label%3Arfc)\n\n## 介绍\n本项目管理以下文件 -\n\n### RFCs\n\n管理和维护 RFCs 草稿，RFC 即 Requests for Comments。\n\n[CSKeFu/春松客服](https//www.cskefu)设计规范征求。\n\nDrafts in [rfcs](./rfcs), publish on [https://www.cskefu.com/category/rfcs/](https://www.cskefu.com/category/rfcs/).\n\n## 初始化\n\n* 使用 Git 克隆代码。\n\n```\ngit clone git@github.com:cskefu/design.git design\n```\n\n* 使用 [Obsidian](https://obsidian.md/) 写作。先安装一些插件 -\n\n```\ncd design\ncp -rf _obsidian .obsidian\n```\n\nThen, open Folder root as vault in [Obsidian](https://obsidian.md/).\n\n得到的布局如下：\n![](assets/media/sceenshoot_20230103152716.png)\n\n\n## RFCs\n\nRFC 即 Request for Comments, 是一种在开源社区广泛使用的设计、发起讨论的形式。\n\n比如有一个想法，你想取得交流、反馈、支持或否定，都应该以一个可供别人阅读的文本的形式发起。\n\n有一个文本，代表了该想法是思考的结果，超越了一般的突然冒出来的一个想法。\n\n  \n\n春松客服 RFC 文章收集地址 -\n\n[https://www.cskefu.com/category/rfcs/](https://www.cskefu.com/category/rfcs/)\n\n\n### 1）初始化 RFC\n\n在[春松客服官网](https://www.cskefu.com/admin)建立 RFC 并提供 - 序号，标题和写作的地址，即草稿的地址，设置文章类别为 【规范征求】；\n\n序号可进入规范征求目录，在最近的文章序号上递增 1 个， [https://www.cskefu.com/category/rfcs/](https://www.cskefu.com/category/rfcs/)\n\n![](assets/media/sceenshoot_20230103153847.png)\n\n写作草稿的工具和地址不限，也不一定公开，主要是内容的质量、思考的严谨，因此不限制工具；作为春松客服开发，您可以使用一个默认的稿件管理地址或进行 Fork 自行维护，该地址是 [https://github.com/cskefu/design](https://github.com/cskefu/design)。\n\n### 2）创建 RFC 草稿\n\n* bin/create.sh - Create new RFC in [rfcs](./rfcs/), e.g. `bin/create.sh foo`\n\n然后，在 [rfcs](./rfcs) 目录下，得到新的文件夹，进行书写，比如如下目录内的 Markdown 文件。\n\n![](assets/media/sceenshoot_20230103153947.png)\n\n一篇 RFC 最好是一个人起草和写作，减少依赖，在修订和反馈阶段则尽量人多。\n\n### 3）发布文章\n\n完成写作后，粘贴正文和图片到 1）中的春松客服官网文章地址上。\n\nRFC 文章发布后，可通过邮件列表([dev@lists.cskefu.com](mailto:dev@lists.cskefu.com))，飞书群等形式通知，该通知不是自动的，需要发布者手动做。\n\nRFC 文章的讨论在下一次的开发者会议上进行，最好有 1 - 3 天提前发布该文章，以保证大家有时间阅读。\n\n\n## License\n\n[CSKeFu Design](https://github.com/cskefu/design)项目作为一个开源项目，应用开源许可协议为 [GPL3](./LICENSE)\n\nCSKeFu Design\nCopyright (C) (2022 - 2023)  北京华夏春松科技有限公司\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcskefu%2Fdesign","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcskefu%2Fdesign","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcskefu%2Fdesign/lists"}