]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
docs/CONTRIBUTING.md: Document that PRs with features and fixes should be split.
authorFlorian Forster <octo@collectd.org>
Sat, 20 Jan 2024 22:20:06 +0000 (23:20 +0100)
committerFlorian Forster <octo@collectd.org>
Sat, 20 Jan 2024 22:20:06 +0000 (23:20 +0100)
docs/CONTRIBUTING.md

index a619540b87aa2adfed5e545651482f89eb610c95..9b8b8be6139db30c0f55c0d74b74b3abd3ceaba3 100644 (file)
@@ -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*.