From 828477b25528ec44fd4ad8fe12bd8c2d99f1892e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sch=C3=B6nauer?= <37108907+DottoDev@users.noreply.github.com> Date: Mon, 30 Jan 2023 18:41:48 +0000 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index db8f5cfe..c4ede334 100644 --- a/README.md +++ b/README.md @@ -80,8 +80,6 @@ Just fork the repository and start coding. - Check if your code passes `cargo fmt` and `cargo clippy`. - Check if your code is self explanatory, if not it should be documented by comments. -- Make a pull request to the `dev` branch for new features or to the `bug-fixes` branch for bug fixes. - ## Roadmap - [ ] Add a proper testing framework to the code base.