Skip to content

Commit

Permalink
[docs] Add more details about PR conventions. NFC (#20253)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 authored Sep 14, 2023
1 parent ad71430 commit 1618aa6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
should pass after each commit).
When landing multiple commits in such a scenario, use the "rebase" option,
to avoid a merge commit.
* Add `NFC` to the end of the PR title for Non-Functional Changes (i.e.,
changes that do not add/modify functionality, such as internal refactoring).
* Add a `[prefix]` to start of the PR title to signify the subsystem or area
that the PR targets. e.g. `[test] Update foo test` or `[ports] Fix zlib port`

## Coding Style

Expand Down

0 comments on commit 1618aa6

Please sign in to comment.