From a658a1a38b4d501ee488b49acbf159a96c770f7d Mon Sep 17 00:00:00 2001 From: baldurk Date: Mon, 14 Aug 2017 11:36:36 +0100 Subject: [PATCH] Add a note about the v0.x branch to the top of CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f412a4ded..0820023d5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,7 @@ +# Soft-locked branch + +This branch (v0.x) is soft-locked. Active development is continuing on the v1.x branch, and v0.x will only get cherry-picked fixes. Please open all PRs against v1.x, and changes will be manually moved across to v0.x as and when needed. + # Contributing to RenderDoc ----