mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
CONTRIBUTING.md: fix typo from commmit to commit
Signed-off-by: rilysh <nightquick@proton.me> Pull-request: https://github.com/freebsd/freebsd-src/pull/960 (cherry picked from commit 5f71f9636efa25f6de1a832202bae7c78ad013aa)
This commit is contained in:
parent
67e6b8354a
commit
0416bffd51
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ A pull request will be considered if:
|
|||
* The commits follow FreeBSD's style guide. See [Style](#Style).
|
||||
* Run tools/build/checkstyle9.pl on your Git branch and eliminate all errors
|
||||
* The commits do not introduce trailing white space.
|
||||
* If the commmit fixes a bug, please add 'PR: \<bugnumber\>' to the commit message.
|
||||
* If the commit fixes a bug, please add 'PR: \<bugnumber\>' to the commit message.
|
||||
* If there's a code review in Phabricator, please include a link as a 'Differential Revision: ' line.
|
||||
|
||||
When updating your pull request, please rebase with a forced push rather than a
|
||||
|
|
|
|||
Loading…
Reference in a new issue