Add missing quote in CONTRIBUTING,md

Line 430 after develop
This commit is contained in:
Manfred Brandl
2020-06-18 18:33:20 +02:00
committed by GitHub
parent cc52b6cfd4
commit 3f9933cad3
+1 -1
View File
@@ -427,7 +427,7 @@ If you did not use your copy of iD for some while, other Pull Request gets merge
`git remote add upstream git@github.com:openstreetmap/iD.git`
Then change to the `develop branch and get everything from upstream (the main repository)
Then change to the `develop` branch and get everything from upstream (the main repository)
`git checkout develop ; git fetch --all && git reset --hard upstream/develop`