From e598534cb167831b1569c260787e3a62c65189f8 Mon Sep 17 00:00:00 2001 From: Kevin Wilfong Date: Mon, 18 Nov 2024 16:31:09 -0800 Subject: [PATCH] docs: Fix invalid PR title in examples of valid PR titles (#11577) Summary: Pull Request resolved: https://github.com/facebookincubator/velox/pull/11577 "feature" is not a valid type keyword, only "feat" is ("feature" won't match the regex) Reviewed By: pedroerp Differential Revision: D66134945 fbshipit-source-id: d86da16aa825e99446e65099422bcf185111ff77 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c3aa6569dd32..064dd25d8a7c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -164,7 +164,7 @@ where: Examples of PR titles are: -* feature(type): Add IPPREFIX +* feat(type): Add IPPREFIX * fix: Prevent unnecessary flatmap to map conversion * refactor(vector): Use 'if constexpr' for Buffer::is_pod_like_v\