Hey, I’ve made some improvements. Can you check and merge them?+ +::: + +## Step-by-Step: How to Create a Pull Request on GitHub + +### 1. Push your branch to GitHub + +Before you can open a pull request, make sure your branch is already pushed to GitHub. + +```bash +git push origin feature/add-readme +``` + +### 2. Go to your repository on GitHub + +Open your repository in your browser, e.g.: +`https://github.com/