Ver Fonte

Add a contribution to the avoid list

Inspired by #8637, #8638, #8576 and #8492. Bumping dependencies should
be purposeful and is costly. We need to QA them to ensure there has been
no breakage in all platforms
Gabriel Horner há 2 anos atrás
pai
commit
2d1625c2fe
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      CONTRIBUTING.md

+ 1 - 0
CONTRIBUTING.md

@@ -118,6 +118,7 @@ When submitting a Pull Request (PR) or expecting a subsequent review, please fol
 7. The PR avoids the following changes that are not helpful to the core team:
    * Unrelated refactoring or heavy refactoring
    * Code or doc formatting changes including whitespace changes
+   * Dependency updates e.g. in package.json
 
 ### PR Additional Links