From e4c795e3fabbf5381ad1820a0fdf7850803dcfb9 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 17 Apr 2024 09:27:23 -0700 Subject: [PATCH] doc: fix issue detected in markdown lint update Refs: https://github.com/nodejs/remark-preset-lint-node/pull/535 PR-URL: https://github.com/nodejs/node/pull/52566 Reviewed-By: Moshe Atlow Reviewed-By: Richard Lau Reviewed-By: Rafael Gonzaga --- doc/contributing/feature-request-management.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/contributing/feature-request-management.md b/doc/contributing/feature-request-management.md index 4cd4f008361..9331164314f 100644 --- a/doc/contributing/feature-request-management.md +++ b/doc/contributing/feature-request-management.md @@ -30,7 +30,8 @@ report results in it being considered a feature request as opposed to a bug). The current list of feature requests can be found through the -[is:issue is:open label:"feature request"](https://github.com/nodejs/node/issues?q=is%3Aissue+is%3Aopen+label%3A%22feature+request%22) query. +[is:issue is:open label:"feature request"](https://github.com/nodejs/node/issues?q=is%3Aissue+is%3Aopen+label%3A%22feature+request%22) +query. ## Triage of feature requests