From fd2b99b9c7300a959d782b4b6ff3c69029eba4be Mon Sep 17 00:00:00 2001 From: morpheus65535 Date: Tue, 23 Feb 2021 21:24:54 -0500 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 38246f451..b77ff8f42 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,6 +6,9 @@ - Git. - UI testing must be done using Chrome latest version. +## Warning ## +As we're using Git in the development process, you better disable automatic update of Bazarr in UI or you may get your changes overwritten. Alternatively, you can completely disable the update module by running Bazarr with `--no-update` command line argument. + ## Branching ## ### Basic rules ### - `master` contains only stable releases (which have been merged to `master`) and is intended for end-users.