File tree Expand file tree Collapse file tree 2 files changed +72
-12
lines changed Expand file tree Collapse file tree 2 files changed +72
-12
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,12 @@ description: 保存各种Git或GitHub相关资源
19
19
20
20
## GitHub
21
21
22
- [ GitHub] ( https://github.com/ )
23
-
24
- [ github-cheat-sheat] ( https://github.com/tiimgreen/github-cheat-sheet )
25
-
26
- [ github-cheat-sheat中文版] ( http://snowdream86.gitbooks.io/github-cheat-sheet/content/zh/index.html )
22
+ > [ GitHub] ( https://github.com/ )
23
+ > [ github-cheat-sheat] ( https://github.com/tiimgreen/github-cheat-sheet )
24
+ > [ github-cheat-sheat中文版] ( http://snowdream86.gitbooks.io/github-cheat-sheet/content/zh/index.html )
25
+ > [ github-pages] ( https://pages.github.com/ )
26
+ > - [ github-pages及其插件版本] ( https://pages.github.com/versions/ )
27
+ > - [ 404页面定制] ( https://help.github.com/articles/custom-404-pages/ )
27
28
28
29
## GitHub替补
29
30
Original file line number Diff line number Diff line change 2
2
layout : page
3
3
title : 创建和维护一个项目
4
4
category :
5
- description : Develop and Maintain a Project
5
+ description : How to Develop and Maintain a Project
6
6
---
7
7
8
+ ## 项目启动 (Project Start)
8
9
9
- ## 版本管理
10
+ ### 项目介绍(Project Introduce)
10
11
11
- ## 开源协议
12
+ ### 版权协议 (Copyright & Licence)
12
13
13
- ## README
14
+ ### 开发者信息 (Author Contact Info)
14
15
15
- ## 项目代码
16
+ ### 系统开发及运行环境 (System Environment for Develop and Run)
16
17
17
- ## 项目测试
18
+ ### 编译环境/运行容器 (Compling Environment/Run Container)
18
19
19
- ## 项目demo
20
+ ### 版本管理 (Version Control)
20
21
22
+ ### 编程语言 (Coding Language)
23
+
24
+ ### 编程风格 (Coding Style)
25
+
26
+ ### IDE
27
+
28
+ ### 依赖框架 (Dependency Framework)
29
+ 日志框架
30
+ 测试框架
31
+ 文档框架
32
+
33
+ ## 项目开发 (Project Develop)
34
+
35
+ ### 核心代码 (Core Code)
36
+
37
+ ### 项目日志 (Project Logging)
38
+
39
+ ### 项目文档 (Project Document)
40
+
41
+ ### 项目测试 (Project Test)
42
+
43
+ ### 项目实例 (Project Demo/Example)
44
+
45
+ ## 项目发布 (Project Release)
46
+
47
+ ### README
48
+
49
+ ### COPYING/LINCENCE
50
+
51
+ ### CHANGELOG
52
+
53
+ ### AUTHORS
54
+
55
+ ### src
56
+
57
+ ### test
58
+
59
+ ### demo/example
60
+
61
+ ### doc
62
+
63
+ ### shell script for everything
64
+
65
+ ## 项目维护 (Project Maintain)
66
+
67
+ ### 交流 (Communicate)
68
+
69
+ ### bug
70
+
71
+ ### 新特性 (New Feature)
72
+
73
+ ### 重构 (Refactoring)
74
+
75
+ ### 国际化 (i18n)
76
+
77
+ ### 确定版本 (Ready for A New Version)
78
+
79
+ ## 项目死亡 (Project Dead)
You can’t perform that action at this time.
0 commit comments