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/bug_report.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ description: "Create a report to help us improve"
3
3
title: "[BUG]: "
4
4
labels: ["bug"]
5
5
body:
6
-
- type: markdown
6
+
- type: markdown
7
7
attributes:
8
8
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
9
- type: textarea
@@ -26,7 +26,7 @@ body:
26
26
required: true
27
27
- type: textarea
28
28
attributes:
29
-
label: Reproduction steps
29
+
label: Steps to reproduce (if applicable)
30
30
description: List steps to reproduce the behavior.
31
31
placeholder: |
32
32
1.
@@ -38,7 +38,7 @@ body:
38
38
- type: textarea
39
39
attributes:
40
40
label: Specifications
41
-
description: List steps to reproduce the behavior.
41
+
description: Specify version, platform, and web browser (if applicable).
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ body:
7
7
attributes:
8
8
value: |
9
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/TypeScript/blob/master/CONTRIBUTING.md)
10
+
## Make sure your issue isn't a duplicate and you follow our [contributing guidelines](https://github.com/TheAlgorithms/JavaScript/blob/master/CONTRIBUTING.md)
0 commit comments