napari / cookiecutter-napari-plugin

Cookiecutter for napari plugins
BSD 3-Clause "New" or "Revised" License
67 stars 39 forks source link

Add license information in alt text for badge #118

Closed Czaki closed 2 years ago

Czaki commented 2 years ago

Add information about the selected license in alternative text for the badge.

May also think about adding pre-commit and black badges if the user selects to enable pre-commit.

[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)