From 2a0a5c71fc8e39be070cb0b4f7f0ea5e44a6d3a6 Mon Sep 17 00:00:00 2001 From: Yuyang Zhang Date: Wed, 18 Jul 2018 14:44:27 +0800 Subject: [PATCH] chore(issue-app): correct issue app config file --- .github/issue-close-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/issue-close-app.yml b/.github/issue-close-app.yml index 5584421e1..a504b93b9 100644 --- a/.github/issue-close-app.yml +++ b/.github/issue-close-app.yml @@ -4,12 +4,12 @@ issueConfigs: # There can be several configs for different kind of issues. - content: # Example 1: bug report - - "Expected Behavior" + - "Expected behavior" - "To Reproduce" - "Describe the bug" - content: # Example 2: feature request - - "Describe the solution" + - "Describe the solution you'd like" - content: - "问题描述" - "复现步骤"