# Contributions

这个仓库目标是成为一个社区驱动的工程，你的加入会极大地促进这个向导的质量。

## 我可以做什么贡献？

有很多方式为 "How to be a Programmer" 做贡献

* 新章节的思想
* 提升已有的章节
* 识别排版错误或其他章节中的问题
* 为章节提供额外的资源链接
* 一般的用于提升工程的建议
* 为这份指导提供翻译

## 翻译

当前，这份指导已经从英文翻译为以下语言：

* 中文 by [ahangchen](https://github.com/ahangchen)

**如果你第一个提供了其他语言的翻译，你就是这个工程的一个明确的贡献者，请帮忙维护和 review 对翻译版本的修改。**

## 贡献者

Github 在这里会维护一个所有贡献者的列表 [contributors](https://github.com/braydie/HowToBeAProgrammer/graphs/contributors)

## 校正与迁移到GitHub

[Braydie Grove](https://www.github.com/braydie) 已经同意作为主编。

Braydie 把原始的文档转成了 Markdown 的形式并创建了这个仓库。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://braydie.gitbook.io/how-to-be-a-programmer/zh-traditional/7-contributions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
