Suggestion: Add Archiving Note for archived repositories #5383
Replies: 3 comments
-
|
I think this makes sense. One another reason one may not want to edit README (for adding an archiving note) is that you may want to preserve the history of project untouched. |
Beta Was this translation helpful? Give feedback.
-
|
This should be one of the features, still following the same old way of updating readme. |
Beta Was this translation helpful? Give feedback.
-
|
Another angle to this problem, developers who archive their repositories then become unable to add any warning to users that the project has become archived. I have a project that was archived over 3 years ago, and even till this day I constantly have users making issue reports and joining support channels for related projects to report that the project is not functional. Very few users take notice of the existing archive notice, and those that do, do not understand the significance of it being archived to begin with. Currently, the only solution we have is to unarchive the project, and then modify the release description to add a large banner dissuading users and to redirect them. It's very important to bare in mind, as individuals with a ton of experience on GitHub, we intuitively check the README, and many developers make the mistake of forgetting that most users don't even realize home/readme page exists to begin with, because most traffic goes to the release page. This means any change to the README, and any change to the 'About' section is largely pointless for a lot of users. I would like to see this archiving note, and I believe it should also exist above the release list as well for aforementioned reasons. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem this suggestion tries to solve
Often when GitHub repositories are archived, it is not obvious ...
The "About" section of a repository is not (on its own) well suited for this information because:
Users often edit the README of the project to indicate why it has been archived, but that has the following issues:
Suggestion
There should be a standard way for repositories to describe why they have been archived (an "Archiving Note").
It should behave this way:
Here is a mockup of how such an archiving note could look:

Maybe users viewing the archived repository should also have the option to collapse the note (to some extent) so it does not hinder them too much when they want to browse the source of the archived repository.
Beta Was this translation helpful? Give feedback.
All reactions