mirror of
https://github.com/sindresorhus/awesome.git
synced 2026-07-21 17:33:00 -05:00
[PR #3746] [CLOSED] Add maintenance status indicator system to differentiate unmaintained repos #25795
Reference in New Issue
Block a user
📋 Pull Request Information
Original PR: https://github.com/sindresorhus/awesome/pull/3746
Author: @ssam18
Created: 11/8/2025
Status: ❌ Closed
Base:
main← Head:feature/maintenance-status-indicators📝 Commits (2)
75bb19fAdd maintenance status indicator systemfa7c885Fix linting issues📊 Changes
3 files changed (+170 additions, -0 deletions)
View changed files
📝
contributing.md(+33 -0)➕
maintenance-status.md(+125 -0)📝
readme.md(+12 -0)📄 Description
Overview
This PR addresses GitHub issue #3642 by implementing a comprehensive maintenance status indicator system to help users identify unmaintained repositories in the awesome list.
Fixes #3642
Problem
Many repositories in awesome lists become unmaintained over time, but users have no easy way to identify them. This creates confusion and wastes time when users try to use abandoned or deprecated projects.
Solution
Implemented a clear, community-driven maintenance status indicator system with four levels:
Changes Made
1. Maintenance Status Legend
2. Example Implementation
3. Comprehensive Documentation
Updated
contributing.mdwith detailed guidelines for contributors:Created
maintenance-status.mdwith complete documentation:4. Navigation Integration
Implementation Strategy
Benefits
Testing
This solution directly addresses the community need expressed in issue #3642 while maintaining the quality and respectful nature of the awesome list project.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.