Browse Source

Update .github/CONTRIBUTING.md

Co-authored-by: Mark Story <mark@mark-story.com>
Kevin Pfeifer 3 years ago
parent
commit
42c54dce08
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/CONTRIBUTING.md

+ 1 - 1
.github/CONTRIBUTING.md

@@ -49,7 +49,7 @@ Help us keep CakePHP open and inclusive. Please read and follow our [Code of Con
 Here are some rules which **prevent** `BC breaking` code changes:
 
 * Configuration doesn't need to change
-* Public API doesn't change aka any code using/overriding public methods shouldn't break.
+* Public API doesn't change. For example, any user land code using/overriding public methods shouldn't break.
 
 Also see our current [Release Policy](https://book.cakephp.org/4/en/release-policy.html)