From d5ff292b684ff10489b0e96deb72f22c6d5a09b7 Mon Sep 17 00:00:00 2001 From: RoboticMind <30132912+RoboticMind@users.noreply.github.com> Date: Tue, 21 Jul 2020 07:22:54 -0400 Subject: [PATCH] Clarify What To Do If PR In Multiple Categories --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fd726ffc33..e760fdfe28 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 @@ -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