From 4ed55bf16c3bcf66d7dbae8c56131b33f07ba51c 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 4cd4f00836130d..9331164314fb0e 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