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

Commit ca683c04 by Felix Becker

chore(issues): flesh out issue template

1 parent e9ed508d
Showing with 6 additions and 6 deletions
_Thanks for wanting to report an issue you've found in Sequelize. Please delete this text and fill in the template below. If unsure about something, just do as best as you're able._
<!--
_Note that it will be much easier for us to fix the issue if a test case that reproduces the problem is provided. Ideally this test case should not have any external dependencies. We understand that it is not always possible to reduce your code to a small test case, but we would appreciate to have as much data as possible. Thank you!_
Please note this is an issue tracker, not a support forum.
For general questions, please use StackOverflow or Slack.
_Github should only be used for feature requests and bugs - all questions belong on StackOverflow, Slack, or Google groups._
_This template is for submitting issues - if you want to submit a feature request you may skip this template_
For bugs, please fill out the template below.
-->
## What you are doing?
_Post a minimal 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
// code here
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!