Skip to content

Commit

Permalink
docs: Fix invalid PR title in examples of valid PR titles (facebookin…
Browse files Browse the repository at this point in the history
…cubator#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
  • Loading branch information
Kevin Wilfong authored and facebook-github-bot committed Nov 19, 2024
1 parent aedf91c commit e598534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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\<T\>

Expand Down

0 comments on commit e598534

Please sign in to comment.