We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 512e821 commit 5db0d7dCopy full SHA for 5db0d7d
CONTRIBUTING.md
@@ -20,6 +20,7 @@ As a contributor, you are expected to fork this repository, work on your own for
20
21
```
22
cd openzeppelin-solidity
23
+git remote add upstream https://github.com/OpenZeppelin/openzeppelin-solidity.git
24
git fetch upstream
25
git pull --rebase upstream master
26
0 commit comments