|
| 1 | +--- |
| 2 | +title: Contributors |
| 3 | +description: "Thanks to everyone who has contributed to this project" |
| 4 | +--- |
| 5 | + |
| 6 | +# Contributors |
| 7 | + |
| 8 | +Thanks to everyone who has contributed to this project! Whether it's code, design, illustrations, issue reports, or content suggestions — your help makes this tutorial better. |
| 9 | + |
| 10 | +## Contribution Types |
| 11 | + |
| 12 | +| Icon | Type | Description | |
| 13 | +|:----:|------|-------------| |
| 14 | +| 🎨 | Design | UI/UX design, visual improvements | |
| 15 | +| 🖼️ | Illustration | Tutorial diagrams, architecture charts, flowcharts | |
| 16 | +| 🐛 | Bug Reports | Error reports via Issues, WeChat, QQ, email, etc. | |
| 17 | +| 📝 | Content Suggestions | Content improvement ideas, learning path optimization | |
| 18 | +| 🔍 | Review | Content review, technical proofreading | |
| 19 | +| 🌍 | Translation | English or other language translations | |
| 20 | +| 💡 | Code Examples | Providing or improving code examples | |
| 21 | +| 📢 | Promotion | Helping spread the word | |
| 22 | + |
| 23 | +## Contributor List |
| 24 | + |
| 25 | +::: info About Anonymous Contributors |
| 26 | +Some contributors prefer to remain anonymous or use pseudonyms. We appreciate them equally. |
| 27 | +::: |
| 28 | + |
| 29 | +<div class="contributor-grid"> |
| 30 | +<a href="https://github.com/Charliechen114514" target="_blank" rel="noopener noreferrer" class="contributor-card"> |
| 31 | + <img src="https://github.com/Charliechen114514.png?size=96" alt="Charliechen" class="card-avatar" /> |
| 32 | + <div class="card-body"> |
| 33 | + <span class="card-name">Charliechen</span> |
| 34 | + <p class="card-role">Project Maintainer · Lead Author</p> |
| 35 | + <p class="card-types">📝 🔍 💡</p> |
| 36 | + <p class="card-desc">Primary tutorial author, project architecture design and ongoing maintenance</p> |
| 37 | + </div> |
| 38 | +</a> |
| 39 | +<a href="https://github.com/Doll-Attire" target="_blank" rel="noopener noreferrer" class="contributor-card"> |
| 40 | + <img src="https://github.com/Doll-Attire.png?size=96" alt="Doll-Attire" class="card-avatar" /> |
| 41 | + <div class="card-body"> |
| 42 | + <span class="card-name">Doll-Attire</span> |
| 43 | + <p class="card-role">UI Design Advisor</p> |
| 44 | + <p class="card-types">🎨 📝</p> |
| 45 | + <p class="card-desc">Guided the documentation site UI design and provided reading experience improvement suggestions</p> |
| 46 | + </div> |
| 47 | +</a> |
| 48 | +</div> |
| 49 | + |
| 50 | +## How to Become a Contributor |
| 51 | + |
| 52 | +We welcome all forms of contribution, including but not limited to: |
| 53 | + |
| 54 | +- **Submit an Issue**: Report errors or inaccuracies |
| 55 | +- **Content Suggestions**: Suggest new topics or improvements |
| 56 | +- **UI Design**: Propose UI/UX improvements for the documentation site |
| 57 | +- **Illustrations**: Create diagrams or flowcharts for tutorials |
| 58 | +- **Translation**: Help translate tutorial content |
| 59 | +- **Code Examples**: Provide better code examples |
| 60 | + |
| 61 | +Contact us through any of these channels: |
| 62 | + |
| 63 | +- [GitHub Issues](https://github.com/Awesome-Embedded-Learning-Studio/Tutorial_AwesomeModernCPP/issues) |
| 64 | +- Email: <725610365@qq.com> |
| 65 | + |
| 66 | +See the [Contributing Guide](https://github.com/Awesome-Embedded-Learning-Studio/Tutorial_AwesomeModernCPP/blob/main/CONTRIBUTING.md) for details. |
0 commit comments