From 13e2f4cc6dd6a47465a310e88c33dbcaaf093947 Mon Sep 17 00:00:00 2001 From: Darcy Wong Date: Fri, 27 Nov 2020 08:25:14 +0700 Subject: [PATCH] chore(common/resources): Document keeping scopes in sync --- resources/scopes/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/scopes/README.md b/resources/scopes/README.md index 12d375c986..e649ec0772 100644 --- a/resources/scopes/README.md +++ b/resources/scopes/README.md @@ -21,3 +21,5 @@ This folder contains definitions for valid scopes and commit types for Keyman. * commit-types.schema.json Any changes MUST be validated against these schemas before commit. One online tool that does this: https://www.jsonschemavalidator.net/ + +Any changes MUST also be kept in sync with [downloads.keyman.com/api/history](https://github.com/keymanapp/downloads.keyman.com/blob/master/api/historydata.php)