# workflow

此处展示本项目基本工作流程：

![](/files/-LCNPnkN-GgFmfYzkiv1)

以上图表使用 Visio 2016 创建，源文件位于[此处](https://1drv.ms/u/s!AizihDl7_k2KkwzYSc-W30bSnXo5)

## Issues

当新 issue 被创建时，请添加 pending 标签；

当某个 issue 开始处理时，请移除 pending 标签并添加 accepted 标签；

当某个 issue 完成时，请移除 accepted 标签并添加 done 标签


---

# 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://amazing-apps.gitbook.io/organization-wiki/zh-cn/workflow.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.
