瀏覽代碼

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 2 年之前
父節點
當前提交
2d1625c2fe
共有 1 個文件被更改,包括 1 次插入0 次删除
  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