We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad71430 commit 1618aa6Copy full SHA for 1618aa6
docs/process.md
@@ -26,6 +26,10 @@
26
should pass after each commit).
27
When landing multiple commits in such a scenario, use the "rebase" option,
28
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`
33
34
## Coding Style
35
0 commit comments