-
Notifications
You must be signed in to change notification settings - Fork 41
Description
Is your feature request related to a problem? Please describe.
There are quite a few stale branches in the repository. These branches no longer appear to be actively maintained or used, which makes the repository harder to navigate and increases maintenance overhead.
Describe the solution you'd like
Identify and remove stale branches that are no longer needed, keeping only active or relevant branches to improve repository hygiene and clarity.
Describe alternatives you've considered
Leaving the branches as-is, or archiving them instead of deleting. However, this would still leave unnecessary clutter in the repository.
Additional context
Cleaning up stale branches would make it easier for contributors to understand the current state of development and reduce confusion when working with the repository.