Skip to content

Commit

Permalink
change the Prompt message as comment in issue and pr template file
Browse files Browse the repository at this point in the history
  • Loading branch information
liu946 committed Nov 30, 2017
1 parent ee18c17 commit bba4a00
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
<!--
Please ensure your issue adheres to the following guidelines:

- [ ] Search previous issue before making a new one, as yours may be a duplicate.
- [ ] Use a simple _distinguishable_ sentence which can describe your problem.
-->

## *What* is affected by this bug?
Eg. building failed, memory leak, program terminated or analysis mistake.
<!-- 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?)
<!-- 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.)
<!-- 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
<!-- 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.
<!-- 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)
<!-- What should have happened? -->
Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--- Provide a general summary of your changes in the Title above -->

## Description Changes
Describe your changes in detail
<!-- Describe your changes in detail -->

## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
Expand Down

0 comments on commit bba4a00

Please sign in to comment.