Skip to content

Commit e9b9767

Browse files
committed
Add links to build status, PyPI package and docs website
For both this project and the cookiecutter template. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 8bb3ec7 commit e9b9767

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Frequenz repository common configuration for Python
22

3+
[![Build Status](https://github.com/frequenz-floss/frequenz-repo-config-python/actions/workflows/ci.yaml/badge.svg)](https://github.com/frequenz-floss/frequenz-repo-config-python/actions/workflows/ci.yaml)
4+
[![PyPI Package](https://img.shields.io/pypi/v/frequenz-repo-config)](https://pypi.org/project/frequenz-repo-config/)
5+
[![Docs](https://img.shields.io/badge/docs-latest-informational)](https://frequenz-floss.github.io/frequenz-repo-config-python/)
6+
37
## Introduction
48

59
This is very opinionated set of tools and configurations to setup a Python

cookiecutter/{{cookiecutter.github_repo_name}}/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# {{cookiecutter.title}}
22

3+
[![Build Status](https://github.com/{{cookiecutter.github_org}}/{{cookiecutter.github_repo_name}}/actions/workflows/ci.yaml/badge.svg)](https://github.com/{{cookiecutter.github_org}}/{{cookiecutter.github_repo_name}}/actions/workflows/ci.yaml)
4+
[![PyPI Package](https://img.shields.io/pypi/v/{{cookiecutter.pypi_package_name}})](https://pypi.org/project/{{cookiecutter.pypi_package_name}}/)
5+
[![Docs](https://img.shields.io/badge/docs-latest-informational)](https://{{cookiecutter.github_org}}.github.io/{{cookiecutter.github_repo_name}}/)
6+
7+
## Introduction
8+
39
{{cookiecutter.description}}
410

511
TODO(cookiecutter): Improve the README file

0 commit comments

Comments
 (0)