You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.md
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,6 @@ about: Suggest an idea for this project
4
4
title: ''
5
5
labels: ''
6
6
assignees: ''
7
-
8
7
---
9
8
10
9
<!--
@@ -13,37 +12,42 @@ Please note this is an issue tracker, not a support forum.
13
12
For general questions, please use StackOverflow or Slack.
14
13
-->
15
14
16
-
## Issue Description
15
+
## Feature Description
17
16
18
17
### Is your feature request related to a problem? Please describe.
18
+
19
19
A clear and concise description of what the problem is. Example: I'm always frustrated when [...]
20
20
21
21
### Describe the solution you'd like
22
+
22
23
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?
23
24
24
25
```js
25
26
// If applicable, add a code snippet showing how your feature would be used in a real use-case
26
27
```
27
28
28
29
### Why should this be in Sequelize
30
+
29
31
Short explanation why this should be part of Sequelize rather than a separate package.
30
32
31
33
### Describe alternatives/workarounds you've considered
34
+
32
35
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.
33
36
34
37
### Additional context
38
+
35
39
Add any other context or screenshots about the feature request here.
36
40
37
-
## Issue Template Checklist
41
+
## Feature Request Checklist
38
42
39
43
<!-- Please answer the questions below. If you don't, your issue may be closed. -->
40
44
41
-
### Is this issue dialect-specific?
45
+
### Is this feature dialect-specific?
42
46
43
47
-[ ] No. This issue is relevant to Sequelize as a whole.
44
48
-[ ] Yes. This issue only applies to the following dialect(s): XXX, YYY, ZZZ
45
49
46
-
### Would you be willing to resolve this issue by submitting a Pull Request?
50
+
### Would you be willing to implement this feature by submitting a Pull Request?
47
51
48
52
<!-- Remember that first contributors are welcome! -->
0 commit comments