2017-07-02 at 2:26 AM UTC
Because aesthetics are important i would like to know how i go about adding those nice little mini headers to my README.md that tell the user in one quick view which programming language i am using, what sort of release it is and at which version my program is and stuff like that. You know, the little colored buttons.
2017-07-02 at 2:47 AM UTC
Depends what you want them to do. They're all just images. The ones that change dynamically, take the build status one on ISS for example, are also images and a third party service swaps out what is served at that url based on the last automated build attempt (if the build fails it will serve the "failing" image, and vice versa). If you just want the aesthetics though you can make your own badge and embed it in your readme (see GHF markdown docs for the syntax).
2017-07-02 at 9:32 AM UTC
Just use image tags to include them you mean?
2017-07-02 at 8:29 PM UTC
Yeah, as long as they're not displaying anything dynamically.