summaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authormorpheus65535 <[email protected]>2021-02-23 21:24:54 -0500
committerGitHub <[email protected]>2021-02-23 21:24:54 -0500
commitfd2b99b9c7300a959d782b4b6ff3c69029eba4be (patch)
tree99141227d3b85c8f8e57839bec26bd70198dcd13 /CONTRIBUTING.md
parent2e11fa035b5729de928944341011892a2382dcf8 (diff)
downloadbazarr-fd2b99b9c7300a959d782b4b6ff3c69029eba4be.tar.gz
bazarr-fd2b99b9c7300a959d782b4b6ff3c69029eba4be.zip
Update CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 3 insertions, 0 deletions
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.