From 9e046d3dae52d97e3f52bffed761de7760ae1ce9 Mon Sep 17 00:00:00 2001 From: RickCole Date: Mon, 17 Aug 2020 20:49:48 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 4 ++-- .github/ISSUE_TEMPLATE/usage-question.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 73f26013..f4a0f5cd 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -18,10 +18,10 @@ assignees: '' 1. 你是如何使用 amis 的? `sdk`、`npm` 或`其他`... -2. 出现问题的完整 `amis schema` 代码: +2. 粘贴有问题的完整 `amis schema` 代码: ``` code here... ``` 3. 操作步骤 -简单描述一下复现的操作步骤... +请简单描述一下复现的操作步骤... diff --git a/.github/ISSUE_TEMPLATE/usage-question.md b/.github/ISSUE_TEMPLATE/usage-question.md index 2f6e8483..81303775 100644 --- a/.github/ISSUE_TEMPLATE/usage-question.md +++ b/.github/ISSUE_TEMPLATE/usage-question.md @@ -14,7 +14,7 @@ assignees: '' 请简单描述你现在遇到的不符合预期的问题... #### 当前方案: -请描述你当前方案的完整的 amis schema 代码... +请粘贴你当前方案的完整的 amis schema 代码... ``` code here...