Skip to content

Commit

Permalink
Merge pull request #1798 from RoboticMind/multi-category-pr
Browse files Browse the repository at this point in the history
doc: Clarify What To Do If PR In Multiple Categories
  • Loading branch information
jamescowens committed Jul 21, 2020
2 parents 6827204 + d5ff292 commit cca0088
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ about Git.
### Creating the Pull Request

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

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

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

0 comments on commit cca0088

Please sign in to comment.