From ab36e5e3d161d98b7efae78f7eaf16ad1ffd7c92 Mon Sep 17 00:00:00 2001 From: egelhaus <156946629+egelhaus@users.noreply.github.com> Date: Sun, 13 Apr 2025 14:48:07 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f3a269ee..19fec3db 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 dev branch**. +9. **Create a pull request**: Propose your changes **to the main branch**. # Need Help?