Closed
Description
Description
The CI badge on the README.md
file is not showing up well due to an API change the badge managers did.
This must be fixed immediately. It is an easy fix, which you can contribute to! 🙂
Steps to contribute
- Fork the repository.
- Create a new branch named
fix_ci_badge
. - Open the
README.md
file. - In line 25, replace the image URL with the following content:
https://img.shields.io/github/actions/workflow/status/TheAlgorithms/Python/build.yml?branch=master&label=CI&logo=github&style=flat-square
- Commit and push your changes.
- Create a pull request to compare your changes.
- You're done now! 🎉 You just have to wait until the maintainers review your PR.
If you need any help with this, let us know!
Additional information
This is a good first issue. Please leave it open to first-time contributors and beginners.