From 9a49fd2b3942f319558bd488fe7ad614278b1033 Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Sun, 3 Mar 2024 09:39:48 +0900 Subject: [PATCH] Unify badge position to `CONTRIBUTION.rst` (#208) --- CONTRIBUTING.rst | 2 +- README.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 3a5e9c70..0919c23a 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,7 +1,7 @@ Contributing ============ -.. |Contributor Covenant| image:: https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg +.. |Contributor Covenant| image:: https://img.shields.io/badge/contributor%20covenant-2.1-4baaaa.svg?style=for-the-badge :target: CODE_OF_CONDUCT.md |Contributor Covenant| diff --git a/README.md b/README.md index d1ee879a..039be47f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ > Scikit for Gmsh to generate 3D finite element mesh. [![Documentation Status](https://readthedocs.org/projects/scikit-gmsh/badge/?version=latest&style=for-the-badge)](https://scikit-gmsh.readthedocs.io/en/latest/?badge=latest) -[![Contributor Covenant](https://img.shields.io/badge/contributor%20covenant-2.1-4baaaa.svg?style=for-the-badge)](https://github.com/pyvista/scikit-gmsh/blob/main/CODE_OF_CONDUCT.md) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg?style=for-the-badge)](https://github.com/psf/black) [![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=for-the-badge&labelColor=ef8336)](https://pycqa.github.io/isort/) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json&style=for-the-badge)](https://github.com/astral-sh/ruff)