# 里程碑，标签和被指派人

一旦你收集了很多 issues，你可能会发现很难找到你关心的问题。**里程碑**，**标签**和**被指派人**是过滤和分类 issues 的强大功能。

你可以通过单击右侧边栏中的相应齿轮来更改或添加里程碑，被指派人和标签。

![查看标签](https://guides.github.com/features/issues/labels.png)

如果你没有看到编辑按钮，那是因为你没有编辑 issue 的权限。你可以要求仓库所有者将你添加为协作者以获取访问权限。

## 里程碑

![查看里程碑](https://guides.github.com/features/issues/milestones.png)

里程碑是与项目，功能或时间段相对应的 issues 组。人们在软件开发中以多种不同的方式使用它们。 GitHub 上的一些里程碑示例包括：

* **Beta 发布** —— 归档启动项目测试版之前需要修复的错误。这是一个确保你没有遗漏任何东西的好方法。
* **十月冲刺** —— 归档你希望在 10 月份处理的 issues。当有很多事情要做时，这是一个集中精力的好方法。
* **重新设计** —— 归档与重新设计项目相关的 issues。这是收集有关工作内容想法的好方法。

## 标签

标签是组织不同类型 issues 的好方法。issues 可以包含任意数量的标签，你可以一次过滤一个或多个标签。

![查看标签列表](https://guides.github.com/features/issues/labels-listing.png)

## 被指派人

每个 issue 都可以有一个被指派人 —— 一个负责推动 issue 进展的人。通过 issue 顶部的灰色栏，以与里程碑相同的方式选择被指派人。


---

# 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://github.highlight.ink/mastering-issues/milestones-labels-and-assignees.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.
