diff --git a/README.md b/README.md index 3d48014..24990d2 100644 --- a/README.md +++ b/README.md @@ -152,11 +152,13 @@ Contributions are welcome! If you'd like to contribute, please follow these step 1. Fork the repository. 2. Create a new branch: + ```bash git checkout -b /- ``` - Example: `feat/42-add_login_form` + 3. Make your changes. 4. Commit your changes using [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/): - The commit message should be structured as follows: