Skip to content

Commit f9e660f

Browse files
committed
docs: update feature request template
1 parent 2bf7f7b commit f9e660f

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ about: Suggest an idea for this project
44
title: ''
55
labels: ''
66
assignees: ''
7-
87
---
98

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

16-
## Issue Description
15+
## Feature Description
1716

1817
### Is your feature request related to a problem? Please describe.
18+
1919
A clear and concise description of what the problem is. Example: I'm always frustrated when [...]
2020

2121
### Describe the solution you'd like
22+
2223
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?
2324

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

2829
### Why should this be in Sequelize
30+
2931
Short explanation why this should be part of Sequelize rather than a separate package.
3032

3133
### Describe alternatives/workarounds you've considered
34+
3235
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.
3336

3437
### Additional context
38+
3539
Add any other context or screenshots about the feature request here.
3640

37-
## Issue Template Checklist
41+
## Feature Request Checklist
3842

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

41-
### Is this issue dialect-specific?
45+
### Is this feature dialect-specific?
4246

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

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?
4751

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

0 commit comments

Comments
 (0)