# workflow

此處展示本項目基本工作流程：

![](/files/-LCNPpysS2Jaq8GOL3rw)

以上圖表使用 Visio 2016 創建，源文件位於[此處](/organization-wiki/zh-tw/workflow.md)

## 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-tw/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.
