Skip to content

Commit f7370ad

Browse files
committed
2 parents b9615d4 + de395f4 commit f7370ad

6 files changed

Lines changed: 293 additions & 256 deletions

File tree

CONTRIBUTORS.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,21 @@
5454
**贡献类型**:🐛 💡
5555
**贡献渠道**:GitHub
5656
**贡献说明**:反馈卷一「Cache 机制与内存层次」示例与解释不一致的问题(#67),促成量纲修正
57+
58+
### [owollz4](https://github.com/owollz4)
59+
60+
**贡献类型**:💡 📝
61+
**贡献渠道**:GitHub
62+
**贡献说明**:提交 PR 为 C 语言教程第二、三章补充参考答案(#108),并为第六章状态机代码补充注释(#104
63+
64+
### [Zch0](https://github.com/Zch0)
65+
66+
**贡献类型**:🐛 💡
67+
**贡献渠道**:GitHub
68+
**贡献说明**:反馈卷一函数模板章节「模板特化与重载混合使用不会产生二义性」的表述问题(#109),促成表述修正
69+
70+
### [HiAirman](https://github.com/HiAirman)
71+
72+
**贡献类型**:🐛 💡
73+
**贡献渠道**:GitHub
74+
**贡献说明**:就「C++98 进阶」章节 alignas 示例的正确性发起讨论(#96

documents/en/team/index.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,15 @@ A huge thank you to these friends for their PRs and various forms of support! Yo
6666
<p class="card-desc">Fixed typos in the shared pointer and variant chapters, improving content accuracy</p>
6767
</div>
6868
</a>
69+
<a href="https://github.com/owollz4" target="_blank" rel="noopener noreferrer" class="contributor-card">
70+
<img src="https://github.com/owollz4.png?size=96" alt="owollz4" class="card-avatar" />
71+
<div class="card-body">
72+
<span class="card-name">owollz4 <span class="card-badge pr">PR</span></span>
73+
<p class="card-role">Content Additions</p>
74+
<p class="card-types">💡 📝</p>
75+
<p class="card-desc">Submitted PRs adding reference answers to the C language tutorial chapters 2 & 3 (#108) and annotating the Chapter 6 state machine code (#104)</p>
76+
</div>
77+
</a>
6978
</div>
7079

7180
The valuable feedback from these folks is equally worth recording. It is your feedback that allows this project to identify real issues and pushes us to improve! (Another deep 90-degree bow!)
@@ -107,6 +116,24 @@ The valuable feedback from these folks is equally worth recording. It is your fe
107116
<p class="card-desc">Reported an inconsistency between the example and explanation in Vol.1 "Cache and Memory Hierarchy" (#67), leading to a units fix</p>
108117
</div>
109118
</a>
119+
<a href="https://github.com/Zch0" target="_blank" rel="noopener noreferrer" class="contributor-card">
120+
<img src="https://github.com/Zch0.png?size=96" alt="Zch0" class="card-avatar" />
121+
<div class="card-body">
122+
<span class="card-name">Zch0 <span class="card-badge issue">Issue</span></span>
123+
<p class="card-role">Bug Report · Content Errata</p>
124+
<p class="card-types">🐛 💡</p>
125+
<p class="card-desc">Reported a misleading claim in Vol.1's function templates chapter about template specialization and overloading ambiguity (#109), prompting a wording fix</p>
126+
</div>
127+
</a>
128+
<a href="https://github.com/HiAirman" target="_blank" rel="noopener noreferrer" class="contributor-card">
129+
<img src="https://github.com/HiAirman.png?size=96" alt="HiAirman" class="card-avatar" />
130+
<div class="card-body">
131+
<span class="card-name">HiAirman <span class="card-badge issue">Issue</span></span>
132+
<p class="card-role">Discussion</p>
133+
<p class="card-types">🐛 💡</p>
134+
<p class="card-desc">Raised a discussion on the correctness of an alignas example in the Advanced C++98 chapter (#96)</p>
135+
</div>
136+
</a>
110137
</div>
111138

112139
## How to Become a Contributor

0 commit comments

Comments
 (0)