From e3b8c0f5afc491812490e6c0d1f2b165e3b42d4e Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 22 Mar 2024 10:39:43 -0700 Subject: [PATCH] Update contributing documentation for discontinuation of `dev` branch (#2272) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4e6a0c98..da3d99a9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ Contributing is always welcome! I am no professional flask developer, if you know a better way that something can be done, please let me know! -Otherwise, it's always best to PR into the `dev` branch. +Otherwise, it's always best to PR into the `master` branch. Please be sure that all new functionality has a matching test!