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