不要怂,就是干,撸起袖子干!

Commit 78c05af4 by Sushant Committed by GitHub

docs(issue-template): improved steps for reporting issue

1 parent 6783ba84
Showing with 5 additions and 1 deletions
...@@ -7,7 +7,7 @@ For bugs, please fill out the template below. ...@@ -7,7 +7,7 @@ For bugs, please fill out the template below.
--> -->
## What you are doing? ## What are you doing?
<!-- Post a minimal, self-contained code sample that reproduces the issue, including models and associations --> <!-- Post a minimal, self-contained code sample that reproduces the issue, including models and associations -->
```js ```js
...@@ -24,5 +24,9 @@ _Output, either JSON or SQL_ ...@@ -24,5 +24,9 @@ _Output, either JSON or SQL_
__Dialect:__ mysql / postgres / sqlite / mssql / any __Dialect:__ mysql / postgres / sqlite / mssql / any
__Dialect version:__ XXX
__Database version:__ XXX __Database version:__ XXX
__Sequelize version:__ XXX __Sequelize version:__ XXX
__Test with master branch:__ No
**Note :** _Your issue may be ignored by maintainers if its not tested against `master` branch OR does not follow issue template._
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!