From 0df5d2ee7e59c19de5e976eb7a1752c7a34827ba Mon Sep 17 00:00:00 2001 From: jiangjiajun Date: Wed, 22 Jul 2020 06:24:45 +0000 Subject: [PATCH] add issue template --- .github/ISSUE_TEMPLATE/data.md | 2 +- .github/ISSUE_TEMPLATE/deploy.md | 2 +- .github/ISSUE_TEMPLATE/gui.md | 2 +- .github/ISSUE_TEMPLATE/train.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/data.md b/.github/ISSUE_TEMPLATE/data.md index 49ac957..05627aa 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 c7d3116..d012d10 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 83fd53b..053f70d 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 6eeea8f..4891597 100644 --- a/.github/ISSUE_TEMPLATE/train.md +++ b/.github/ISSUE_TEMPLATE/train.md @@ -1,5 +1,5 @@ --- -name: 模型训练 +name: 2. 模型训练 about: 模型训练中的问题 --- -- GitLab