mirror of
https://github.com/doocs/advanced-java.git
synced 2024-12-28 04:10:08 +08:00
docs(from-readers): update doocs-advanced-java-attention.md
更新文章注意事项。
This commit is contained in:
parent
2ed1fae160
commit
dbb07e8aaa
@ -1,6 +1,14 @@
|
||||
# 读者分享专区
|
||||
本项目欢迎朋友们分享交流自己的实践与总结,如果你想参与,请注意参考[提交注意事项](./doocs-advanced-java-attention.md)。感谢 [@jerryldh](https://github.com/jerryldh), [@BigBlackSheep](https://github.com/BigBlackSheep), [@sunyuanpinggithub](https://github.com/sunyuanpinggithub) 等多位读者的反馈,具体请参考 #46。
|
||||
本项目欢迎朋友们分享交流自己的实践与总结,如果你想参与,请参考[提交注意事项](./doocs-advanced-java-attention.md)。感谢 [@jerryldh](https://github.com/jerryldh), [@BigBlackSheep](https://github.com/BigBlackSheep), [@sunyuanpinggithub](https://github.com/sunyuanpinggithub) 等多位读者的反馈,具体请参考 [#46](https://github.com/doocs/advanced-java/issues/46)。
|
||||
|
||||
## 分享列表
|
||||
## 文章列表
|
||||
- [仅作示例,第一个提交的朋友请同时删除这两个示例并替换为自己的内容](./doocs-advanced-java-attention.md)
|
||||
- [仅作示例,第一个提交的朋友请同时删除这两个示例并替换为自己的内容](./doocs-advanced-java-attention.md)
|
||||
- [仅作示例,第一个提交的朋友请同时删除这两个示例并替换为自己的内容](./doocs-advanced-java-attention.md)
|
||||
|
||||
## Contributors
|
||||
下面图片仅作占位符,待替换。
|
||||
|
||||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
||||
| <center> [<img src="https://avatars3.githubusercontent.com/u/21008209?v=4" width="80px;"/>](https://github.com/yanglbme) </center> | | | | | | | |
|
||||
|---|---|---|---|---|---|---|---|
|
||||
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
@ -14,6 +14,25 @@
|
||||
## 关于文章排版
|
||||
请注意文章排版的美观性。中英文之间、中文与数字之间用空格隔开是最基本的。图片统一使用 `![](/images/icon.png)` 进行相对引用,并同时存放于根目录 `images` 和本专区目录 `from-readers/images` **两个位置**(这是为了在 GitHub 和 GitHub Page 都能正常显示图片)。具体文章书写规范请参考《[中文技术文档的写作规范](https://github.com/ruanyf/document-style-guide)》
|
||||
|
||||
以下是基本文章结构参考。
|
||||
|
||||
```markdown
|
||||
# 这是文章标题
|
||||
- Author: [GitHub ID](https://github.com/your-github-id)
|
||||
- Description: 文章的描述信息。
|
||||
- ...
|
||||
|
||||
## 这是一级索引
|
||||
...
|
||||
### 这是二级索引
|
||||
...
|
||||
|
||||
## 这是一级索引
|
||||
...
|
||||
### 这是二级索引
|
||||
...
|
||||
```
|
||||
|
||||
## 关于 Git 提交信息
|
||||
Git 提交信息统一使用英文,本项目遵从 Angular JS Git 提交规范。e.g.
|
||||
|
||||
@ -21,4 +40,4 @@ Git 提交信息统一使用英文,本项目遵从 Angular JS Git 提交规范
|
||||
git commit -m "docs(from-readers): add an article about Kafka"
|
||||
```
|
||||
|
||||
Git 提交不规范的文章将不予采纳。
|
||||
Git 提交信息不规范的 PR 将不予合并。
|
Loading…
Reference in New Issue
Block a user