From be5229b97f832f02b42328d6b3cdeb7e50163cee Mon Sep 17 00:00:00 2001 From: egelhaus <156946629+egelhaus@users.noreply.github.com> Date: Mon, 10 Mar 2025 13:35:40 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2d95bfb0..f3a269ee 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,7 +44,7 @@ This project follows a Fork/Feature Branch/Pull Request model. If you're not fam ```bash git push -u origin feature/your-feature-name ``` -9. **Create a pull request**: Propose your changes to the main project. +9. **Create a pull request**: Propose your changes **to the dev branch**. # Need Help?