-
-
Notifications
You must be signed in to change notification settings - Fork 98.7k
Closed
Labels
Description
Add informative badges to README.md
🐞 Problem
The project’s README.md currently lacks informative badges that help quickly communicate important project status indicators (like build status, license, and contributor activity).
🎯 Goal
To improve project visibility, transparency, and contributor friendliness by adding relevant badges to README.md.
💡 Possible solutions
Add a set of badges (via shields.io) at the top of README.md, including:
- GitHub Workflow Status;
- License;
- Contributors count;
- Last commit.
📋 Steps to solve the problem
- Identify existing GitHub Actions workflows and generate the badge URL for build status.
- Add a license badge reflecting the project’s license.
- Add a badge for the last commit date and contributors.
- Place all badges at the very top of README.md for easy visibility.
- Create a pull request with a clear description and screenshots of the updated README.md preview.
Reactions are currently unavailable