From 94873ef79c5780f513ac9e3cba1adb3f4193c6a9 Mon Sep 17 00:00:00 2001 From: SomeCodecat <88855796+SomeCodecat@users.noreply.github.com> Date: Mon, 12 May 2025 13:14:28 +0200 Subject: [PATCH] docs: update contribution guidelines for branch naming and commit message format --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a7c0bec..8a71828 100644 --- a/README.md +++ b/README.md @@ -125,10 +125,10 @@ This project is built with a modern tech stack: Contributions are welcome! If you'd like to contribute, please: 1. Fork the repository. -2. Create a new branch (`git checkout -b action/-action_name`). +2. Create a new branch (`git checkout -b /-action_name`). 3. Make your changes. -4. Commit your changes (`git commit -m 'action: add some feature'`). -5. Push to the branch (`git push origin action/-action_name`). +4. Commit your changes (`git commit -m ': add some feature'`). +5. Push to the branch (`git push origin /-action_name`). 6. Open a Pull Request against the `main` branch. Possible actions are: