Skip to content

Instantly share code, notes, and snippets.

@ELLIOTTCABLE
Last active February 8, 2020 02:38
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ELLIOTTCABLE/a9f9a7e6264130d08d76 to your computer and use it in GitHub Desktop.
Save ELLIOTTCABLE/a9f9a7e6264130d08d76 to your computer and use it in GitHub Desktop.
Replacements for StillMaintained badges

Since http://stillmaintained.com is, ironically, no longer maintained, here's some custom GitHub badges for your dead, stale, or frozen projects:

: https://img.shields.io/badge/maintained%3F-no!-red.svg?style=flat
: https://img.shields.io/badge/maintained%3F-seeking:_help_me!-yellow.svg?style=flat
: https://img.shields.io/badge/maintained%3F-rapidly_changing!-orange.svg?style=flat
: https://img.shields.io/badge/maintained%3F-yes!-brightgreen.svg?style=flat
: https://img.shields.io/badge/maintained%3F-feature--frozen-lightgrey.svg?style=flat

You can modify these using Shields.io's parameters. I suggest you add ?link= parameters if it's anything other than ‘yes!’, with perhaps a blog-post or anchor-link to a README %23section (in the case of no-longer-maintained or frozen), or an e-mail address (if seeking maintainers.)

@ELLIOTTCABLE
Copy link
Author

I've also submitted a more advanced version of this functionality as a proposal to Shields.io: badges/shields#607.

@kmoe
Copy link

kmoe commented Dec 25, 2015

You may want to add some alt text to your badges - so instead of ![](https://img.shields.io/badge/maintained%3F-no!-red.svg?style=flat) you'd have ![maintained? no!](https://img.shields.io/badge/maintained%3F-no!-red.svg?style=flat).
Checking now whether shields.io suggests this by default...

@ELLIOTTCABLE
Copy link
Author

Wow, why does your comment have an edit button for me. I don't like that.

@kmoe yah, I'm personally using HTML, not Markdown, outside of this file. (I didn't realize I should put the actual status in the alt-text, though, although that's now obvious. I've been using alt='Maintenance status'. D:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment