From f955d2ec82e9f7397a5b2c87431a62e615b90333 Mon Sep 17 00:00:00 2001 From: zombiej Date: Tue, 29 Jan 2019 12:01:52 +0800 Subject: [PATCH] remove empty space --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- .github/PULL_REQUEST_TEMPLATE/pr_cn.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e6f3b373d5..f1a5c06394 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -23,7 +23,7 @@ Please makes sure that these form are filled before submitting your pull request > 1. Describe the source of requirement. > 2. Resolve what problem. > 3. Related issue link. - + ### API Realization (Optional if not new feature) > 1. Basic thought of solution and other optional proposal. diff --git a/.github/PULL_REQUEST_TEMPLATE/pr_cn.md b/.github/PULL_REQUEST_TEMPLATE/pr_cn.md index 22c3c88713..1f22631551 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pr_cn.md +++ b/.github/PULL_REQUEST_TEMPLATE/pr_cn.md @@ -25,7 +25,7 @@ > 3. 相关的 issue 讨论链接。 ### 实现方案和 API(非新功能可选) - + > 1. 基本的解决思路和其他可选方案。 > 2. 列出最终的 API 实现和用法。 > 3. 涉及UI/交互变动需要有截图或 GIF。