Skip to content

Commit d5ff292

Browse files
committed
Clarify What To Do If PR In Multiple Categories
1 parent 6827204 commit d5ff292

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ about Git.
100100
### Creating the Pull Request
101101

102102
The title of the pull request should be prefixed by the component or area that
103-
the pull request affects. Valid areas as:
103+
the pull request affects. If multiple are involved, separate with commas.
104+
Include valid areas such as:
104105

105106
- `accrual` for changes to research reward accounting or tally code
106107
- `build` for changes to the GNU Autotools or reproducible builds
@@ -130,6 +131,7 @@ Examples:
130131
docs: Fix Ubuntu/Debian/openSUSE QT5 Dependencies
131132
depends: fix qt determinism
132133
log: Fix typo in log message
134+
mining, rpc: Remove kernel-diff-best and kernel-diff-sum
133135

134136
The body of the pull request should contain enough description about what the
135137
patch does together with any justification/reasoning. You should include

0 commit comments

Comments
 (0)