-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
github repository age #9754
Comments
@chris48s, if it's okay, I can take this. The only question is how we'd render the datetime. There are three ways I can come up with: Prettified Human-Readable FormatWould look similar to these: Pros:
Cons:
StandardizedMight be ISO-8601. Example: Pros:
So, there are a couple of questions as well.
Case (a) requires two different classes (maybe extending a base |
Apart from @nektro's assertion "nice to show off the maturity of a project", in the current UI of Github, the only way to know exactly when a project started is to do these steps: Step 1: Click the commit count on the project page. Step 2: Click next until you reach the initial commit / until the big bang. If the commit count is several hundred, this is really painful. Step 3: Hover over the prettified datetime on the initial commit to learn when you've started the project. AFAIK, there's no other easier way (unless one |
I would say do 1 version and use the shields/services/text-formatters.js Lines 167 to 183 in e419a25
That would be consistent with how we do other similar badges e.g: "last commit", "release date", "last updated" type badges. |
New to the codebase so wasn't aware this was a thing. So, I take this as I can start working on a PR? |
📋 Description
🔗 Data
https://api.github.com/repos/{:owner}/{:repository}
+.created_at
🎤 Motivation
this info isn't shown on github desktop by default and would be nice to show off the maturity of a project
The text was updated successfully, but these errors were encountered: