From bba4a0034dad29d032aa5d25208d188e70316b9d Mon Sep 17 00:00:00 2001 From: liu946 Date: Thu, 30 Nov 2017 10:49:11 +0800 Subject: [PATCH] change the Prompt message as comment in issue and pr template file --- .github/ISSUE_TEMPLATE.md | 13 +++++++------ .github/PULL_REQUEST_TEMPLATE.md | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 0bd476b01..0d95a51e9 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,22 +1,23 @@ + ## *What* is affected by this bug? -Eg. building failed, memory leak, program terminated or analysis mistake. + ## *When* does this occur? -Eg. when analyze the sentence "xxx", when the program run for about 4 hours. (Does it possibly occur or occur every time?) + ## *Where* on the code does it happen? -Eg. when i call the api xxx and then call xxx the program will crash. (show the process code if needed.) + ## *How* do we replicate the issue? -Please be specific as possible. Use dashes (-) or numbers (1.) to create a list of steps + ## Your environment information -OS, languages, IDE and it's version, and other related tools, environment variables, the way you insert the code to your project. + ## Expected behavior (i.e. solution) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index da24a38b3..e9bd31961 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ ## Description Changes -Describe your changes in detail + ## Motivation and Context