Skip to content

Commit

Permalink
Merge pull request #57 from betadots/add_toc
Browse files Browse the repository at this point in the history
add toc and license link to readme
  • Loading branch information
rwaffen authored Jun 18, 2024
2 parents d2a1bd0 + 61e402c commit 2039650
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,20 @@
[![Maintained by betadots GmbH](https://img.shields.io/badge/Maintained%20by-betadots%20GmbH-blue.svg)](https://www.betadots.de)
[![QA🚦](https://github.com/betadots/pdc/actions/workflows/ci.yaml/badge.svg)](https://github.com/betadots/pdc/actions/workflows/ci.yaml)
[![Build and publish a 🛢️ container](https://github.com/betadots/pdc/actions/workflows/build_container.yml/badge.svg)](https://github.com/betadots/pdc/actions/workflows/build_container.yml)
[![License](https://img.shields.io/github/license/betadots/pdc.svg)](https://github.com/betadots/pdc/blob/main/LICENSE)

This repository contains the code for the betadots Puppet Development Container (PDC).

## ToC

* [Usage](#usage)
* [Version schema](#version-schema)
* [other tags](#other-tags)
* [Version updates](#version-updates)
* [Changelog](#changelog)
* [How to contribute](#how-to-contribute)
* [How to release](#how-to-release)

## Usage

```shell
Expand Down Expand Up @@ -57,10 +68,10 @@ PDC will update its minor version to align with minor version updates of the too

see [CHANGELOG.md](CHANGELOG.md)

## How to contribute?
## How to contribute

see [CONTRIBUTING.md](CONTRIBUTING.md)

## How to release?
## How to release

see [RELEASE.md](RELEASE.md)

0 comments on commit 2039650

Please sign in to comment.