Skip to content

Commit

Permalink
docs: update feature request template
Browse files Browse the repository at this point in the history
  • Loading branch information
sushantdhiman committed Jun 5, 2020
1 parent 2bf7f7b commit f9e660f
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

<!--
Expand All @@ -13,37 +12,42 @@ Please note this is an issue tracker, not a support forum.
For general questions, please use StackOverflow or Slack.
-->

## Issue Description
## Feature Description

### Is your feature request related to a problem? Please describe.

A clear and concise description of what the problem is. Example: I'm always frustrated when [...]

### Describe the solution you'd like

A clear and concise description of what you want to happen. How can the requested feature be used to approach the problem it's supposed to solve?

```js
// If applicable, add a code snippet showing how your feature would be used in a real use-case
```

### Why should this be in Sequelize

Short explanation why this should be part of Sequelize rather than a separate package.

### Describe alternatives/workarounds you've considered

A clear and concise description of any alternative solutions or features you've considered. If any workaround exists to the best of your knowledge, include it here.

### Additional context

Add any other context or screenshots about the feature request here.

## Issue Template Checklist
## Feature Request Checklist

<!-- Please answer the questions below. If you don't, your issue may be closed. -->

### Is this issue dialect-specific?
### Is this feature dialect-specific?

- [ ] No. This issue is relevant to Sequelize as a whole.
- [ ] Yes. This issue only applies to the following dialect(s): XXX, YYY, ZZZ

### Would you be willing to resolve this issue by submitting a Pull Request?
### Would you be willing to implement this feature by submitting a Pull Request?

<!-- Remember that first contributors are welcome! -->

Expand Down

0 comments on commit f9e660f

Please sign in to comment.