Skip to content
Sébastien Bénard edited this page Jan 6, 2023 · 15 revisions

Major JSON changes

Deprecation cycle

Please check the documentation about Deprecated fields on the official website.

Pull Request guidelines

  1. One PR, one Issue. Each PR (Pull Request) should only bring changes to a single aspect of the App. Avoid creating PR that contain multiple separate changes at once (like updating the app UI, while also fixing a bug on the Save action).
  2. No generated files. A PR should never contain commits of files that were automatically generated from other files (eg. *.css or *.min.css)
  3. Screenshots: if your PR affects the user interface, please provide some screenshots to explain quickly what was modified.