summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorMestery <mestery@protonmail.com>2022-01-29 21:31:01 +0100
committerAntoine du Hamel <duhamelantoine1995@gmail.com>2022-02-14 19:09:17 +0100
commit8e653d9898613f9309c346c39507d262a52a65bf (patch)
tree68b585003f1c907f36b50e3e163c5bce7aebbac9 /.github/ISSUE_TEMPLATE
parentf282e4a94d0ccb37635bd91883692ccfbb80a509 (diff)
downloadnode-new-8e653d9898613f9309c346c39507d262a52a65bf.tar.gz
build,tools: change the quotes in YAML
Remove useless quotes and use single quotes when needed. PR-URL: https://github.com/nodejs/node/pull/41756 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tierney Cyren <hello@bnb.im>
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/1-bug-report.yml2
-rw-r--r--.github/ISSUE_TEMPLATE/2-feature-request.yml4
-rw-r--r--.github/ISSUE_TEMPLATE/3-api-ref-docs-problem.yml4
-rw-r--r--.github/ISSUE_TEMPLATE/4-report-a-flaky-test.yml2
4 files changed, 6 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml
index 07a8f075ee..820df7bb09 100644
--- a/.github/ISSUE_TEMPLATE/1-bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml
@@ -1,4 +1,4 @@
-name: "\U0001F41B Bug report"
+name: \U0001F41B Bug report
description: Create a report to help us improve
body:
- type: markdown
diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.yml b/.github/ISSUE_TEMPLATE/2-feature-request.yml
index eca3e6fa48..ee6c78ee8a 100644
--- a/.github/ISSUE_TEMPLATE/2-feature-request.yml
+++ b/.github/ISSUE_TEMPLATE/2-feature-request.yml
@@ -1,6 +1,6 @@
-name: "\U0001F680 Feature request"
+name: \U0001F680 Feature request
description: Suggest an idea for this project
-labels: ["feature request"]
+labels: [feature request]
body:
- type: markdown
attributes:
diff --git a/.github/ISSUE_TEMPLATE/3-api-ref-docs-problem.yml b/.github/ISSUE_TEMPLATE/3-api-ref-docs-problem.yml
index 9b3bdc3519..bfafc4a23d 100644
--- a/.github/ISSUE_TEMPLATE/3-api-ref-docs-problem.yml
+++ b/.github/ISSUE_TEMPLATE/3-api-ref-docs-problem.yml
@@ -1,6 +1,6 @@
-name: "\U0001F4D7 Open an issue regarding the Node.js API reference docs"
+name: \U0001F4D7 Open an issue regarding the Node.js API reference docs
description: Let us know about any problematic API reference documents
-labels: ["doc"]
+labels: [doc]
body:
- type: markdown
attributes:
diff --git a/.github/ISSUE_TEMPLATE/4-report-a-flaky-test.yml b/.github/ISSUE_TEMPLATE/4-report-a-flaky-test.yml
index c557accfb1..dd6fa5091e 100644
--- a/.github/ISSUE_TEMPLATE/4-report-a-flaky-test.yml
+++ b/.github/ISSUE_TEMPLATE/4-report-a-flaky-test.yml
@@ -1,6 +1,6 @@
name: Report a flaky test
description: Report a flaky test in our CI
-labels: ["flaky-test"]
+labels: [flaky-test]
body:
- type: markdown
attributes: