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
value: '### Before you open an issue, please verify if a similar one already exists or has been closed before. More details about the process of contributing can be found in [CONTRIBUTING.md](https://github.com/TheAlgorithms/JavaScript/blob/master/CONTRIBUTING.md).'
9
+
- type: textarea
10
+
id: description
11
+
attributes:
12
+
label: Description
13
+
description: Explain what the problem is.
14
+
validations:
15
+
required: true
16
+
- type: textarea
17
+
id: expectedbhv
18
+
attributes:
19
+
label: Expected Behavior
20
+
description: Describe what was the expected behavior.
21
+
validations:
22
+
required: true
23
+
- type: textarea
24
+
id: actualbhv
25
+
attributes:
26
+
label: Actual Behavior
27
+
description: Describe what actually happens.
28
+
validations:
29
+
required: true
30
+
- type: textarea
31
+
id: steps
32
+
attributes:
33
+
label: Steps to reproduce (if applicable)
34
+
description: List steps to reproduce the behavior.
35
+
placeholder: |
36
+
1.
37
+
2.
38
+
3.
39
+
4.
40
+
validations:
41
+
required: false
42
+
- type: textarea
43
+
id: extra_information
44
+
attributes:
45
+
label: Additional information
46
+
description: Is there anything else we should know about this bug report?
description: 'Suggest features, propose improvements, discuss new ideas'
3
+
title: '[FEATURE]: '
4
+
labels: ['enhancement']
5
+
body:
6
+
- type: markdown
7
+
attributes:
8
+
value: |
9
+
## This issue template is not for requesting new algorithms. For new algorithms, PRs should be opened directly.
10
+
## Make sure your issue isn't a duplicate and you follow our [contributing guidelines](https://github.com/TheAlgorithms/JavaScript/blob/master/CONTRIBUTING.md)
11
+
- type: textarea
12
+
id: description
13
+
attributes:
14
+
label: Motivation
15
+
description: Describe what is the motivation behind this feature.
16
+
validations:
17
+
required: true
18
+
- type: textarea
19
+
id: examples
20
+
attributes:
21
+
label: Examples
22
+
description: If possible, provide examples of how this feature can be used.
23
+
validations:
24
+
required: false
25
+
- type: textarea
26
+
id: workarounds
27
+
attributes:
28
+
label: Possible workarounds
29
+
description: If possible, describes possible workarounds to this feature.
30
+
validations:
31
+
required: false
32
+
- type: textarea
33
+
id: extra_information
34
+
attributes:
35
+
label: Additional information
36
+
description: Is there anything else we should know about this feature request?
0 commit comments