-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is there an existing issue for this?
- I have searched the existing issues
Issue Description
Description:
The issue involves adding a table to display repository statistics, such as the number of stars, forks, issues, and pull requests, directly in the README.md
file. This will help contributors and users track the activity and contributions in the repository at a glance.
Steps to Implement:
- Create a table in the
README.md
file displaying the following repository statistics:- Stars
- Forks
- Open Issues
- Open Pull Requests
- Closed Pull Requests
- Use markdown syntax to include badges or icons for each statistic, along with dynamic links to the corresponding sections of the repository.
Suggested Change
Expected Behavior:
The README.md
file will contain a neatly formatted table that displays real-time repository statistics, making the repository's activity more visible and engaging for contributors and users.
Screenshot (for reference):
Rationale
- This enhancement will make the repository more user-friendly by providing visibility into its overall activity.
- The table can be dynamically updated by using GitHub shields or other badge services to fetch real-time stats.
Urgency
Medium
Record
- I have read the Contributing Guidelines
- I'm a GSSOC'24 contributor
- I want to work on this issue
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request