Skip to content

Commit e598534

Browse files
Kevin Wilfongfacebook-github-bot
Kevin Wilfong
authored andcommitted
docs: Fix invalid PR title in examples of valid PR titles (facebookincubator#11577)
Summary: Pull Request resolved: facebookincubator#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
1 parent aedf91c commit e598534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ where:
164164

165165
Examples of PR titles are:
166166

167-
* feature(type): Add IPPREFIX
167+
* feat(type): Add IPPREFIX
168168
* fix: Prevent unnecessary flatmap to map conversion
169169
* refactor(vector): Use 'if constexpr' for Buffer::is_pod_like_v\<T\>
170170

0 commit comments

Comments
 (0)