From af6afb364281d2546db5e358575b50c81098de74 Mon Sep 17 00:00:00 2001 From: Lahfa Samy Date: Sun, 24 Oct 2021 22:16:51 +0200 Subject: [PATCH] Add statement to CONTRIBUTING.md about update of APIs (#2695) --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dc1b53d2..978a1b5b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,6 +44,7 @@ After you've created a branch on your fork with your changes, it's time to [make ## Pull Request Guidelines +* Never put an update/new version of an API that is already listed, the old version of the API gets deprecated. * Continue to follow the alphabetical ordering that is in place per section. * Each table column should be padded with one space on either side. * The Description should not exceed 100 characters.