# 标签引用

标签有助于找到你想要帮助解决的问题。

可以使用标签来查找特定类型的问题。 下面的示例展示了一些常用的标签，可帮助你入门。 每个标签均链接到 github/docs 存储库中经筛选后的一系列未解决的问题。

| 标签 | 说明 |
| --- | --- |
| [`help wanted`](https://github.com/github/docs/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) | 社区中任何人都可以开始处理的问题或更新。 |
| [`good first issue`](https://github.com/github/docs/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) | 我们认为有些问题或更新非常适合初学者。 |
| [`content`](https://github.com/github/docs/issues?q=is%3Aopen+is%3Aissue+label%3Acontent) | docs.github.com 上内容的问题或更新。 这些通常需要对 Markdown 有一些了解。 | <!-- markdownlint-disable-line search-replace -->
| [`engineering`](https://github.com/github/docs/issues?q=is%3Aopen+is%3Aissue+label%3Aengineering) | 涉及 docs.github.com 网站功能的问题或更新。 若要解决这些问题，通常需要对 JavaScript/Node.js 或 YAML 有一些了解。 |<!-- markdownlint-disable-line search-replace -->
| [`codespaces`](https://github.com/github/docs/labels/codespaces)<br> [`desktop`](https://github.com/github/docs/labels/desktop)<br> [`graphql`](https://github.com/github/docs/labels/graphql) | 用于按产品或文档领域筛选问题的标签。 |

有关 github/docs 存储库中当前使用的所有标签的完整列表，请访问[标签页](https://github.com/github/docs/labels)。