From ce65b9682dc27a0ff44465896f84c75ec89540bf Mon Sep 17 00:00:00 2001 From: Mathieu Leplatre Date: Wed, 28 Jan 2026 17:58:47 +0100 Subject: [PATCH] Documentation RS permissions repo access --- docs/getting-started.rst | 6 +++++- docs/support.rst | 12 ++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/getting-started.rst b/docs/getting-started.rst index e433103e..daabfdf3 100644 --- a/docs/getting-started.rst +++ b/docs/getting-started.rst @@ -125,6 +125,10 @@ Consider the following summary table: Collection manifests -------------------- -Both STAGE and PROD collections attributes and permissions are managed via YAML files in the `remote-settings-permissions `_ Github repository. +Both STAGE and PROD collections attributes and permissions are managed via YAML files in the `remote-settings-permissions `_ Github repository. If you want to accelerate the process of getting your collection deployed or adjust its schema, in DEV, STAGE or PROD, you can open a pull-request with the collection, and the definition of ``{collection}-editors`` and ``{collection}-reviewers`` groups. Check out the existing ones that were merged. + +.. note:: + + Only members of the `mozilla/all-wg` workgroup have read access to this repository. If you are part of the `mozilla` Github organization, you can request your membership via the https://github.com/orgs/mozilla/teams/remote-settings-collections-owners/members team. diff --git a/docs/support.rst b/docs/support.rst index db549452..41797412 100644 --- a/docs/support.rst +++ b/docs/support.rst @@ -282,3 +282,15 @@ In order to test using a real application context instead of an arbitrary object ); await FilterExpressions.eval("env.locale == 'fr-FR'", {env: ClientEnvironmentBase}) + + +How to change my collection JSON schema? +'''''''''''''''''''''''''''''''''''''''' + +Collections definition are managed via YAML files in the `remote-settings-permissions `_ Github repository. + +.. note:: + + Only members of the `mozilla/all-wg` workgroup have read access to this repository. If you are part of the `mozilla` Github organization, you can request your membership via the https://github.com/orgs/mozilla/teams/remote-settings-collections-owners/members team. + + If you are stuck, please request your schema change via Bugzilla (`example `_.)