Skip to content

Commit 1618aa6

Browse files
authored
[docs] Add more details about PR conventions. NFC (#20253)
1 parent ad71430 commit 1618aa6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/process.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
should pass after each commit).
2727
When landing multiple commits in such a scenario, use the "rebase" option,
2828
to avoid a merge commit.
29+
* Add `NFC` to the end of the PR title for Non-Functional Changes (i.e.,
30+
changes that do not add/modify functionality, such as internal refactoring).
31+
* Add a `[prefix]` to start of the PR title to signify the subsystem or area
32+
that the PR targets. e.g. `[test] Update foo test` or `[ports] Fix zlib port`
2933

3034
## Coding Style
3135

0 commit comments

Comments
 (0)