From 4d44ffec444fe8cd2474b2b6d8b524f629194da9 Mon Sep 17 00:00:00 2001 From: Artsiom Dorakhau Date: Wed, 26 Nov 2025 16:35:06 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index b44ae89..5f5ace6 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,7 +1,7 @@ # How to contribute 1. Fork the project -2. Create your feature branch (`git checkout -b feaure/my-amazing-feature`) +2. Create your feature branch (`git checkout -b feature/my-amazing-feature`) 3. Commit your changes (`git commit -m 'feature: added amazing feature'`) 4. Push to the branch (`git push origin feature/my-amazing-feature`) 5. Open a Pull Request