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...