diff --git a/.github/ISSUE_TEMPLATE/data.md b/.github/ISSUE_TEMPLATE/data.md index 49ac95798717e33479d9e9ec4e9e8550d450ec18..05627aa353d1cf06074445d2bb5344d94727fedf 100644 --- a/.github/ISSUE_TEMPLATE/data.md +++ b/.github/ISSUE_TEMPLATE/data.md @@ -1,5 +1,5 @@ --- -name: 数据类问题 +name: 1. 数据类问题 about: 数据标注、格式转换等问题 --- diff --git a/.github/ISSUE_TEMPLATE/deploy.md b/.github/ISSUE_TEMPLATE/deploy.md index c7d311614d1b313d056c41b2dd1ee938808f0f0d..d012d10125c957e702f3877dc087b7331baceb0a 100644 --- a/.github/ISSUE_TEMPLATE/deploy.md +++ b/.github/ISSUE_TEMPLATE/deploy.md @@ -1,5 +1,5 @@ --- -name: 模型部署 +name: 3. 模型部署 about: 模型部署相关问题,包括C++、Python、Paddle Lite等 --- diff --git a/.github/ISSUE_TEMPLATE/gui.md b/.github/ISSUE_TEMPLATE/gui.md index 83fd53bc7fd50bb771d6a3776e370153466a9b19..053f70da760ce35d6b4f53a00c81770b3ff48bf1 100644 --- a/.github/ISSUE_TEMPLATE/gui.md +++ b/.github/ISSUE_TEMPLATE/gui.md @@ -1,5 +1,5 @@ --- -name: PaddleX GUI使用问题 +name: 4. PaddleX GUI使用问题 about: Paddle GUI客户端使用问题 --- diff --git a/.github/ISSUE_TEMPLATE/train.md b/.github/ISSUE_TEMPLATE/train.md index 6eeea8f22e62ed93a62d3be80483200ce5a89575..489159731bfef42773dffa15cd30582d5c53f992 100644 --- a/.github/ISSUE_TEMPLATE/train.md +++ b/.github/ISSUE_TEMPLATE/train.md @@ -1,5 +1,5 @@ --- -name: 模型训练 +name: 2. 模型训练 about: 模型训练中的问题 ---