From 2dd1d225fd6c3dad4752b24061047deda7cc4d67 Mon Sep 17 00:00:00 2001 From: Adnan Abdulhussein Date: Wed, 14 Dec 2016 16:39:32 -0800 Subject: [PATCH] docs(*): add note to avoid multiple chart changes in PRs (#287) --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4c2b84972f..c03ee47148 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,6 +27,8 @@ This repository is used by Chart developers for maintaining the official charts 1. Ensure your Chart follows the [technical](#technical-requirements) and [documentation](#documentation-requirements) guidelines, described below. 1. Submit a pull request. +***NOTE***: In order to make testing and merging of PRs easier, please submit changes to multiple charts in separate PRs. + #### Technical requirements * All Chart dependencies should also be submitted independently