We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad41b6d commit caedb7fCopy full SHA for caedb7f
CONTRIBUTING.md
@@ -57,7 +57,7 @@ Questions should be asked on the
57
- Make sure you have a [GitHub Account](https://github.com/signup/free)
58
- Fork [dompdf](https://github.com/dompdf/dompdf/)
59
([how to fork a repo](https://help.github.com/articles/fork-a-repo))
60
-- *Make your changes on the dev branch* or the most appropriate feature branch. Please only patch
+- *Make your changes on the `develop` branch* or the most appropriate feature branch. Please only patch
61
the master branch if you are attempting to address an urgent bug in the released code.
62
- Add a simple test file in `www/test/`, with a comprehensive name.
63
- Add a unit test in the ``test/Dompdf/Tests/`` directory.
0 commit comments