From 8f189f064044257d3d69ca7a109853a979a5edc3 Mon Sep 17 00:00:00 2001 From: davidemazzocchi Date: Wed, 8 Oct 2025 06:59:16 +0200 Subject: [PATCH] doc: update instruction in README contributions section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a43560..f5ffa32 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ fn main() { Contributions are welcome! If you'd like to contribute to heave, please follow these steps: 1. Fork the repository. -2. Create a new branch for your feature or bug fix. +2. Create a new branch for your feature (feature/my_awesome_feature) or bug fix (fix/my_awesome_fix). 3. Make your changes and commit them with a clear message. 4. Push your branch to your fork. 5. Open a pull request to the main repository.