From 70e2cd7860e5046203362d36da230ae5d54fe109 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Sun, 31 May 2020 15:39:18 -0400 Subject: [PATCH 1/2] meta: wrap flaky test template at 80 characters MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The other issue templates are wrapped at 80 characters. This commit updates the flaky test template to be consistent. PR-URL: https://github.com/nodejs/node/pull/33677 Reviewed-By: Ruben Bridgewater Reviewed-By: Zeyu Yang Reviewed-By: Jiawen Geng Reviewed-By: Beth Griggs Reviewed-By: James M Snell Reviewed-By: Luigi Pinca Reviewed-By: Juan José Arboleda --- .github/ISSUE_TEMPLATE/4-report-a-flaky-test.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/4-report-a-flaky-test.md b/.github/ISSUE_TEMPLATE/4-report-a-flaky-test.md index b5b005c21bbaae..25ebd736e193c6 100644 --- a/.github/ISSUE_TEMPLATE/4-report-a-flaky-test.md +++ b/.github/ISSUE_TEMPLATE/4-report-a-flaky-test.md @@ -8,17 +8,21 @@ labels: "CI / flaky test" * **Test**: From b1704e43475d0af2019c1cb1da1cd610473168d6 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Sun, 31 May 2020 15:44:10 -0400 Subject: [PATCH 2/2] meta: fix a typo in the flaky test template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "occasionally" was spelled incorrectly. PR-URL: https://github.com/nodejs/node/pull/33677 Reviewed-By: Ruben Bridgewater Reviewed-By: Zeyu Yang Reviewed-By: Jiawen Geng Reviewed-By: Beth Griggs Reviewed-By: James M Snell Reviewed-By: Luigi Pinca Reviewed-By: Juan José Arboleda --- .github/ISSUE_TEMPLATE/4-report-a-flaky-test.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/4-report-a-flaky-test.md b/.github/ISSUE_TEMPLATE/4-report-a-flaky-test.md index 25ebd736e193c6..544c9d5f47b0f5 100644 --- a/.github/ISSUE_TEMPLATE/4-report-a-flaky-test.md +++ b/.github/ISSUE_TEMPLATE/4-report-a-flaky-test.md @@ -8,9 +8,9 @@ labels: "CI / flaky test"