From 918aaee103df3140fab604ffa0f989579f3304cf Mon Sep 17 00:00:00 2001 From: Luke Wren Date: Wed, 7 Aug 2024 22:53:41 -0700 Subject: [PATCH] Add note on branches to Contributing.md --- Contributing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Contributing.md b/Contributing.md index 443093f..fcf94a8 100644 --- a/Contributing.md +++ b/Contributing.md @@ -22,6 +22,8 @@ Please do not raise pull requests for the following: * Changes to RTL sources in the top-level `hdl/` directory * Cosmetic changes (except for comment-only changes) +Raise pull requests against the [develop](https://github.com/Wren6991/Hazard3/tree/develop) branch. Do not raise pull requests directly against [stable](https://github.com/Wren6991/Hazard3/tree/stable). + ### Changes to Core RTL I do not merge pull requests which modify hardware sources in the `hdl/` directory. I close these pull requests without reading the patch.