Content-Length: 25183 | pFad | http://github.com/TheAlgorithms/JavaScript/pull/1206.patch
thub.com
From 10bab3d75e66e7c012434675f2d86ac6a57f2c98 Mon Sep 17 00:00:00 2001
From: zendranm
Date: Tue, 18 Oct 2022 16:56:36 +0200
Subject: [PATCH 01/12] Adding new issue template
---
.../ISSUE_TEMPLATE/general-issue-template.md | 23 +++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 .github/ISSUE_TEMPLATE/general-issue-template.md
diff --git a/.github/ISSUE_TEMPLATE/general-issue-template.md b/.github/ISSUE_TEMPLATE/general-issue-template.md
new file mode 100644
index 0000000000..87d197f667
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/general-issue-template.md
@@ -0,0 +1,23 @@
+---
+name: General issue template
+about: General issue template.
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+## Expected Behavior
+
+## Actual Behavior
+
+## Steps to Reproduce the Problem
+1.
+2.
+3.
+
+## Specifications
+
+ - Version:
+ - Platform:
+ - Browser:
From 4c864c3dcef4f54ea61a8bfc6ebf069a11e2b917 Mon Sep 17 00:00:00 2001
From: zendranm
Date: Tue, 18 Oct 2022 17:07:32 +0200
Subject: [PATCH 02/12] Adding bug issue template
---
.../ISSUE_TEMPLATE/general-issue-template.md | 22 ++++++++++++-------
1 file changed, 14 insertions(+), 8 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/general-issue-template.md b/.github/ISSUE_TEMPLATE/general-issue-template.md
index 87d197f667..355b0d5202 100644
--- a/.github/ISSUE_TEMPLATE/general-issue-template.md
+++ b/.github/ISSUE_TEMPLATE/general-issue-template.md
@@ -1,23 +1,29 @@
---
-name: General issue template
-about: General issue template.
+name: Bug issue template
+about: Bug issue template.
title: ''
labels: ''
assignees: ''
-
---
+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`.
+
## Expected Behavior
+Describe what was the expected behavior...
+
## Actual Behavior
-## Steps to Reproduce the Problem
+What actually happens...
+
+## Reproduction steps
+
1.
2.
-3.
+3.
## Specifications
- - Version:
- - Platform:
- - Browser:
+- Version:
+- Platform:
+- Browser:
From 17a1891e196957eedef7fcac4a4948a2edcbe5d2 Mon Sep 17 00:00:00 2001
From: zendranm
Date: Tue, 18 Oct 2022 17:14:43 +0200
Subject: [PATCH 03/12] Adding feature request template
---
...ssue-template.md => bug-issue-template.md} | 2 +-
.../feature-request-template.md | 21 +++++++++++++++++++
2 files changed, 22 insertions(+), 1 deletion(-)
rename .github/ISSUE_TEMPLATE/{general-issue-template.md => bug-issue-template.md} (77%)
create mode 100644 .github/ISSUE_TEMPLATE/feature-request-template.md
diff --git a/.github/ISSUE_TEMPLATE/general-issue-template.md b/.github/ISSUE_TEMPLATE/bug-issue-template.md
similarity index 77%
rename from .github/ISSUE_TEMPLATE/general-issue-template.md
rename to .github/ISSUE_TEMPLATE/bug-issue-template.md
index 355b0d5202..f06b734c7f 100644
--- a/.github/ISSUE_TEMPLATE/general-issue-template.md
+++ b/.github/ISSUE_TEMPLATE/bug-issue-template.md
@@ -6,7 +6,7 @@ labels: ''
assignees: ''
---
-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`.
+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).
## Expected Behavior
diff --git a/.github/ISSUE_TEMPLATE/feature-request-template.md b/.github/ISSUE_TEMPLATE/feature-request-template.md
new file mode 100644
index 0000000000..554c9fc06b
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature-request-template.md
@@ -0,0 +1,21 @@
+---
+name: Feature request template
+about: Feature request template.
+title: ''
+labels: ''
+assignees: ''
+---
+
+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).
+
+## Motivation
+
+Describe what is the motivation behind this feature...
+
+## Examples
+
+If possible, provide examples of how this feature can be used...
+
+## Possible workarounds
+
+If possible, describes possible workarounds to this feature...
From 91c4681f9fd0467c2a44e6d1cb6db1cf60a083d7 Mon Sep 17 00:00:00 2001
From: zendranm
Date: Tue, 18 Oct 2022 17:51:54 +0200
Subject: [PATCH 04/12] Removing feature request template and adding comments
---
.github/ISSUE_TEMPLATE/bug-issue-template.md | 6 +++---
.../feature-request-template.md | 21 -------------------
2 files changed, 3 insertions(+), 24 deletions(-)
delete mode 100644 .github/ISSUE_TEMPLATE/feature-request-template.md
diff --git a/.github/ISSUE_TEMPLATE/bug-issue-template.md b/.github/ISSUE_TEMPLATE/bug-issue-template.md
index f06b734c7f..5e5f1d3f10 100644
--- a/.github/ISSUE_TEMPLATE/bug-issue-template.md
+++ b/.github/ISSUE_TEMPLATE/bug-issue-template.md
@@ -2,7 +2,7 @@
name: Bug issue template
about: Bug issue template.
title: ''
-labels: ''
+labels: 'bug'
assignees: ''
---
@@ -10,11 +10,11 @@ Before you open an issue, please verify if a similar one already exists or has b
## Expected Behavior
-Describe what was the expected behavior...
+
## Actual Behavior
-What actually happens...
+
## Reproduction steps
diff --git a/.github/ISSUE_TEMPLATE/feature-request-template.md b/.github/ISSUE_TEMPLATE/feature-request-template.md
deleted file mode 100644
index 554c9fc06b..0000000000
--- a/.github/ISSUE_TEMPLATE/feature-request-template.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-name: Feature request template
-about: Feature request template.
-title: ''
-labels: ''
-assignees: ''
----
-
-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).
-
-## Motivation
-
-Describe what is the motivation behind this feature...
-
-## Examples
-
-If possible, provide examples of how this feature can be used...
-
-## Possible workarounds
-
-If possible, describes possible workarounds to this feature...
From 2a62175a0058bbadf4758a3405bfef00aba8eda3 Mon Sep 17 00:00:00 2001
From: zendranm
Date: Fri, 21 Oct 2022 13:07:43 +0200
Subject: [PATCH 05/12] Converting bug template to yaml
---
.github/ISSUE_TEMPLATE/bug-issue-template.md | 29 -------------
.github/ISSUE_TEMPLATE/bug-issue-template.yml | 41 +++++++++++++++++++
2 files changed, 41 insertions(+), 29 deletions(-)
delete mode 100644 .github/ISSUE_TEMPLATE/bug-issue-template.md
create mode 100644 .github/ISSUE_TEMPLATE/bug-issue-template.yml
diff --git a/.github/ISSUE_TEMPLATE/bug-issue-template.md b/.github/ISSUE_TEMPLATE/bug-issue-template.md
deleted file mode 100644
index 5e5f1d3f10..0000000000
--- a/.github/ISSUE_TEMPLATE/bug-issue-template.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-name: Bug issue template
-about: Bug issue template.
-title: ''
-labels: 'bug'
-assignees: ''
----
-
-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).
-
-## Expected Behavior
-
-
-
-## Actual Behavior
-
-
-
-## Reproduction steps
-
-1.
-2.
-3.
-
-## Specifications
-
-- Version:
-- Platform:
-- Browser:
diff --git a/.github/ISSUE_TEMPLATE/bug-issue-template.yml b/.github/ISSUE_TEMPLATE/bug-issue-template.yml
new file mode 100644
index 0000000000..17cb687240
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug-issue-template.yml
@@ -0,0 +1,41 @@
+name: Bug report
+description: Bug report template.
+title: '[Bug]: '
+labels: ['bug']
+body:
+ - type: markdown
+ attributes:
+ 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).'
+ - type: textarea
+ attributes:
+ label: Expected Behavior
+ description: Describe what was the expected behavior.
+ validations:
+ required: true
+ - type: textarea
+ attributes:
+ label: Actual Behavior
+ description: Describe what actually happens.
+ validations:
+ required: true
+ - type: textarea
+ attributes:
+ label: Reproduction steps
+ description: List steps to reproduce the behavior.
+ placeholder: |
+ 1.
+ 2.
+ 3.
+ 4.
+ validations:
+ required: true
+ - type: textarea
+ attributes:
+ label: Specifications
+ description: List steps to reproduce the behavior.
+ placeholder: |
+ 1. Version:
+ 2. Platform:
+ 3. Browser:
+ validations:
+ required: false
From 6046f33bcb353df44bf7d8033bb94e4843944e73 Mon Sep 17 00:00:00 2001
From: zendranm
Date: Fri, 21 Oct 2022 13:22:00 +0200
Subject: [PATCH 06/12] Adding new feature request template
---
.../feature-request-template.yml | 29 +++++++++++++++++++
1 file changed, 29 insertions(+)
create mode 100644 .github/ISSUE_TEMPLATE/feature-request-template.yml
diff --git a/.github/ISSUE_TEMPLATE/feature-request-template.yml b/.github/ISSUE_TEMPLATE/feature-request-template.yml
new file mode 100644
index 0000000000..e2fb12a2fb
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature-request-template.yml
@@ -0,0 +1,29 @@
+name: Feature request
+description: Feature request template.
+title: '[Feature]: '
+labels: ['feature']
+body:
+- type: markdown
+ attributes:
+ value: '## This issue template is not for requesting new algorithms. For new algorithms, PRs should be opened directly.'
+ - type: markdown
+ attributes:
+ 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).'
+ - type: textarea
+ attributes:
+ label: Motivation
+ description: Describe what is the motivation behind this feature.
+ validations:
+ required: true
+ - type: textarea
+ attributes:
+ label: Examples
+ description: If possible, provide examples of how this feature can be used.
+ validations:
+ required: false
+ - type: textarea
+ attributes:
+ label: Possible workarounds
+ description: If possible, describes possible workarounds to this feature.
+ validations:
+ required: false
From 35d36d31fec0149394eff1130b68a70e76e6a8c6 Mon Sep 17 00:00:00 2001
From: zendranm
Date: Tue, 25 Oct 2022 21:08:28 +0200
Subject: [PATCH 07/12] CR changes part 1
---
.../{bug-issue-template.yml => bug_report.yml} | 16 +++++++++++-----
...-request-template.yml => feature_request.yml} | 8 ++++----
2 files changed, 15 insertions(+), 9 deletions(-)
rename .github/ISSUE_TEMPLATE/{bug-issue-template.yml => bug_report.yml} (62%)
rename .github/ISSUE_TEMPLATE/{feature-request-template.yml => feature_request.yml} (65%)
diff --git a/.github/ISSUE_TEMPLATE/bug-issue-template.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
similarity index 62%
rename from .github/ISSUE_TEMPLATE/bug-issue-template.yml
rename to .github/ISSUE_TEMPLATE/bug_report.yml
index 17cb687240..fff10f3edb 100644
--- a/.github/ISSUE_TEMPLATE/bug-issue-template.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,11 +1,17 @@
name: Bug report
-description: Bug report template.
-title: '[Bug]: '
-labels: ['bug']
+description: "Create a report to help us improve"
+title: "[BUG]: "
+labels: ["bug"]
body:
- type: markdown
attributes:
- 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).'
+ 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)."
+ - type: textarea
+ attributes:
+ label: Description
+ description: Explain what is the problem.
+ validations:
+ required: true
- type: textarea
attributes:
label: Expected Behavior
@@ -28,7 +34,7 @@ body:
3.
4.
validations:
- required: true
+ required: false
- type: textarea
attributes:
label: Specifications
diff --git a/.github/ISSUE_TEMPLATE/feature-request-template.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
similarity index 65%
rename from .github/ISSUE_TEMPLATE/feature-request-template.yml
rename to .github/ISSUE_TEMPLATE/feature_request.yml
index e2fb12a2fb..00d4ba8ba3 100644
--- a/.github/ISSUE_TEMPLATE/feature-request-template.yml
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -1,14 +1,14 @@
name: Feature request
-description: Feature request template.
-title: '[Feature]: '
-labels: ['feature']
+description: "Suggest features, propose improvements, discuss new ideas"
+title: '[FEATURE]: '
+labels: ['enhancement']
body:
- type: markdown
attributes:
value: '## This issue template is not for requesting new algorithms. For new algorithms, PRs should be opened directly.'
- type: markdown
attributes:
- 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).'
+ 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).'
- type: textarea
attributes:
label: Motivation
From fa87fc1ca15016f6d270bfbe9f32535abf4fc226 Mon Sep 17 00:00:00 2001
From: zendranm
Date: Tue, 25 Oct 2022 21:52:51 +0200
Subject: [PATCH 08/12] CR changes part 2
---
.github/ISSUE_TEMPLATE/bug_report.yml | 6 +++---
.github/ISSUE_TEMPLATE/feature_request.yml | 9 ++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index fff10f3edb..748941abea 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -3,13 +3,13 @@ description: "Create a report to help us improve"
title: "[BUG]: "
labels: ["bug"]
body:
- - type: markdown
+ - type: markdown
attributes:
- 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)."
+ 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)."
- type: textarea
attributes:
label: Description
- description: Explain what is the problem.
+ description: Explain what the problem is.
validations:
required: true
- type: textarea
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
index 00d4ba8ba3..b03deeac19 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.yml
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -1,14 +1,13 @@
name: Feature request
-description: "Suggest features, propose improvements, discuss new ideas"
+description: 'Suggest features, propose improvements, discuss new ideas'
title: '[FEATURE]: '
labels: ['enhancement']
body:
-- type: markdown
- attributes:
- value: '## This issue template is not for requesting new algorithms. For new algorithms, PRs should be opened directly.'
- type: markdown
attributes:
- 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).'
+ value: |
+ ## This issue template is not for requesting new algorithms. For new algorithms, PRs should be opened directly.
+ ## Make sure your issue isn't a duplicate and you follow our [contributing guidelines](https://github.com/TheAlgorithms/TypeScript/blob/master/CONTRIBUTING.md)
- type: textarea
attributes:
label: Motivation
From 80e0f67000d81a6411273c23878adf729c93d25f Mon Sep 17 00:00:00 2001
From: zendranm
Date: Wed, 26 Oct 2022 08:38:17 +0200
Subject: [PATCH 09/12] CR changes part 3
---
.github/ISSUE_TEMPLATE/bug_report.yml | 6 +++---
.github/ISSUE_TEMPLATE/feature_request.yml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 748941abea..b4482fe90d 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -3,7 +3,7 @@ description: "Create a report to help us improve"
title: "[BUG]: "
labels: ["bug"]
body:
- - type: markdown
+ - type: markdown
attributes:
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)."
- type: textarea
@@ -26,7 +26,7 @@ body:
required: true
- type: textarea
attributes:
- label: Reproduction steps
+ label: Steps to reproduce (if applicable)
description: List steps to reproduce the behavior.
placeholder: |
1.
@@ -38,7 +38,7 @@ body:
- type: textarea
attributes:
label: Specifications
- description: List steps to reproduce the behavior.
+ description: Specify version, platform, and web browser (if applicable).
placeholder: |
1. Version:
2. Platform:
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
index b03deeac19..448364249e 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.yml
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -7,7 +7,7 @@ body:
attributes:
value: |
## This issue template is not for requesting new algorithms. For new algorithms, PRs should be opened directly.
- ## Make sure your issue isn't a duplicate and you follow our [contributing guidelines](https://github.com/TheAlgorithms/TypeScript/blob/master/CONTRIBUTING.md)
+ ## Make sure your issue isn't a duplicate and you follow our [contributing guidelines](https://github.com/TheAlgorithms/JavaScript/blob/master/CONTRIBUTING.md)
- type: textarea
attributes:
label: Motivation
From 728dbfd99617a55c9a27e0d75ae3e6769ce17c9a Mon Sep 17 00:00:00 2001
From: zendranm
Date: Thu, 27 Oct 2022 19:15:26 +0200
Subject: [PATCH 10/12] CR changes part 4
---
.github/ISSUE_TEMPLATE/bug_report.yml | 5 +++++
.github/ISSUE_TEMPLATE/feature_request.yml | 3 +++
2 files changed, 8 insertions(+)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index b4482fe90d..038abb7ad3 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -7,24 +7,28 @@ body:
attributes:
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)."
- type: textarea
+ id: description
attributes:
label: Description
description: Explain what the problem is.
validations:
required: true
- type: textarea
+ id: expectedbhv
attributes:
label: Expected Behavior
description: Describe what was the expected behavior.
validations:
required: true
- type: textarea
+ id: actualbhv
attributes:
label: Actual Behavior
description: Describe what actually happens.
validations:
required: true
- type: textarea
+ id: steps
attributes:
label: Steps to reproduce (if applicable)
description: List steps to reproduce the behavior.
@@ -36,6 +40,7 @@ body:
validations:
required: false
- type: textarea
+ id: specifications
attributes:
label: Specifications
description: Specify version, platform, and web browser (if applicable).
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
index 448364249e..a6ee8bf454 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.yml
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -9,18 +9,21 @@ body:
## This issue template is not for requesting new algorithms. For new algorithms, PRs should be opened directly.
## Make sure your issue isn't a duplicate and you follow our [contributing guidelines](https://github.com/TheAlgorithms/JavaScript/blob/master/CONTRIBUTING.md)
- type: textarea
+ id: description
attributes:
label: Motivation
description: Describe what is the motivation behind this feature.
validations:
required: true
- type: textarea
+ id: examples
attributes:
label: Examples
description: If possible, provide examples of how this feature can be used.
validations:
required: false
- type: textarea
+ id: workarounds
attributes:
label: Possible workarounds
description: If possible, describes possible workarounds to this feature.
From d9e7aea216124afe1b7daca6c052a733d0e75984 Mon Sep 17 00:00:00 2001
From: zendranm
Date: Fri, 28 Oct 2022 14:55:40 +0200
Subject: [PATCH 11/12] CR changes part 5
---
.github/ISSUE_TEMPLATE/bug_report.yml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 038abb7ad3..557119a466 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,12 +1,12 @@
name: Bug report
-description: "Create a report to help us improve"
-title: "[BUG]: "
-labels: ["bug"]
+description: 'Create a report to help us improve'
+title: '[BUG]: '
+labels: ['bug']
body:
- - type: markdown
+ - type: markdown
attributes:
- 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)."
- - type: textarea
+ 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).'
+ - type: textarea
id: description
attributes:
label: Description
From 5170646a67d099877044346b60edf7c28e626b89 Mon Sep 17 00:00:00 2001
From: zendranm
Date: Sun, 6 Nov 2022 15:13:54 +0100
Subject: [PATCH 12/12] Removing specifications section
---
.github/ISSUE_TEMPLATE/bug_report.yml | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 557119a466..e2c4b49acf 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -39,14 +39,3 @@ body:
4.
validations:
required: false
- - type: textarea
- id: specifications
- attributes:
- label: Specifications
- description: Specify version, platform, and web browser (if applicable).
- placeholder: |
- 1. Version:
- 2. Platform:
- 3. Browser:
- validations:
- required: false
--- a PPN by Garber Painting Akron. With Image Size Reduction included!Fetched URL: http://github.com/TheAlgorithms/JavaScript/pull/1206.patch
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy