From: Florian Forster Date: Sat, 20 Jan 2024 22:20:06 +0000 (+0100) Subject: docs/CONTRIBUTING.md: Document that PRs with features and fixes should be split. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=554b26adfe6a17c8fd89cac6f7a82c06043f1653;p=thirdparty%2Fcollectd.git docs/CONTRIBUTING.md: Document that PRs with features and fixes should be split. --- diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index a619540b8..9b8b8be61 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -81,6 +81,9 @@ apply the right label for you by adding a prefix to the PR title: You are encouraged to use those prefixes together with the plugin you're modifying. A new feature in the CPU plugin would have the `feat(cpu): ` prefix. +PRs should either introduce a new feature or fix a bug, not both. Such changes +should be split into two PRs. + ### ChangeLog Feature and Bug PRs need to have a one-line summary in the *PR description*.