From caedb7feb746866fcb40f4925dd49e2ebebf47e7 Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Thu, 26 Oct 2017 21:57:16 -0400 Subject: [PATCH] Fix dev branch name --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 88c6feb9a..7901aca2f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,7 +57,7 @@ Questions should be asked on the - Make sure you have a [GitHub Account](https://github.com/signup/free) - Fork [dompdf](https://github.com/dompdf/dompdf/) ([how to fork a repo](https://help.github.com/articles/fork-a-repo)) -- *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 the master branch if you are attempting to address an urgent bug in the released code. - Add a simple test file in `www/test/`, with a comprehensive name. - Add a unit test in the ``test/Dompdf/Tests/`` directory.