Repository for practicing git pull, push and making first pull request for Agile Course at ECU 2023 Fall
- Fork the repository.
- Clone the Forked Repository, so you can work on the code locally on your machine.
- Edit the code, by adding your badge in the league following the instructions available in the code file named
<index.html>. - Commit and Push Changes, to save the changes to the forked repository on Github.
- Create a Pull Request, make sure to write your Full Name and Student ID in the pull request discription:bookmark:.
- 💡 Note: Before pushing your changes, pull any new changes from the original repository to your local branch,Resolve any conflicts if they arise and commit Then push your changes.