From 49995868dd864a06e511d43fc8e1937025ad0048 Mon Sep 17 00:00:00 2001 From: GenZmeY Date: Mon, 10 Aug 2020 14:49:09 +0300 Subject: [PATCH 1/2] Update README.md - add badges (some badges will start working when the repository becomes public) - readme template --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/README.md b/README.md index 5566dc8..610837d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,33 @@ # kf2-srv Killing Floor 2 server tool for RHEL/CentOS 8 + +![GitHub](https://img.shields.io/github/license/genzmey/kf2-srv) +[![made-with-bash](https://img.shields.io/badge/Made%20with-Bash-1f425f.svg)](https://www.gnu.org/software/bash/) + +[![GitHub release](https://img.shields.io/github/v/release/genzmey/kf2-srv)](https://github.com/genzmey/kf2-srv/releases/latest) +[![GitHub Release Date](https://img.shields.io/github/release-date/genzmey/kf2-srv)](https://github.com/genzmey/kf2-srv/releases/latest) + +[![build release](https://github.com/GenZmeY/kf2-srv/workflows/build%20release/badge.svg)](https://github.com/genzmey/kf2-srv/releases/latest) +[![tests (master)](https://github.com/GenZmeY/kf2-srv/workflows/tests%20(master)/badge.svg?branch=master)](https://github.com/GenZmeY/kf2-srv/actions?query=workflow%3A%22tests+%28master%29%22) +[![tests (dev)](https://github.com/GenZmeY/kf2-srv/workflows/tests%20(dev)/badge.svg?branch=dev)](https://github.com/GenZmeY/kf2-srv/actions?query=workflow%3A%22tests+%28dev%29%22) + +# Description +... + +# Features +... + +# Build +... + +# Install +... + +# Usage +... + +# Contribution +... + +# License +... From fb516a42664bbf0ecc448d2871abacd443872c8e Mon Sep 17 00:00:00 2001 From: GenZmeY Date: Mon, 10 Aug 2020 14:50:22 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 610837d..03cc47c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Killing Floor 2 server tool for RHEL/CentOS 8 [![GitHub release](https://img.shields.io/github/v/release/genzmey/kf2-srv)](https://github.com/genzmey/kf2-srv/releases/latest) [![GitHub Release Date](https://img.shields.io/github/release-date/genzmey/kf2-srv)](https://github.com/genzmey/kf2-srv/releases/latest) -[![build release](https://github.com/GenZmeY/kf2-srv/workflows/build%20release/badge.svg)](https://github.com/genzmey/kf2-srv/releases/latest) +[![build release](https://github.com/GenZmeY/kf2-srv/workflows/build%20release/badge.svg)](https://github.com/GenZmeY/kf2-srv/actions?query=workflow%3A%22build+release%22) [![tests (master)](https://github.com/GenZmeY/kf2-srv/workflows/tests%20(master)/badge.svg?branch=master)](https://github.com/GenZmeY/kf2-srv/actions?query=workflow%3A%22tests+%28master%29%22) [![tests (dev)](https://github.com/GenZmeY/kf2-srv/workflows/tests%20(dev)/badge.svg?branch=dev)](https://github.com/GenZmeY/kf2-srv/actions?query=workflow%3A%22tests+%28dev%29%22)