Update CONTRIBUTING.md

Co-Authored-By: Dannon <dannon.baker@gmail.com>
This commit is contained in:
Nicola Soranzo
2020-02-04 15:44:13 +00:00
committed by GitHub
parent 2ad52474c5
commit 19175c2f0e
+1 -1
View File
@@ -58,7 +58,7 @@ https://help.github.com/en/github/getting-started-with-github/git-and-github-lea
* Additions of new features to the codebase should be pushed to the `dev`
branch (`git checkout dev`).
* Most bug fixes to previous (or freezed) releases should be made against the
* Most bug fixes to previous (or frozen) releases should be made against the
corrisponding `release_XX.XX` branch (`git checkout release_XX.XX`).
* Serious security problems should not be fixed via pull request - please see