From f971aa81f4bced6430b3edc14b8b96957ce02653 Mon Sep 17 00:00:00 2001 From: 6543 <6543@noreply.gitea.io> Date: Fri, 3 Jan 2020 01:01:10 +0000 Subject: [PATCH] README: add LICENCE and RELEASE badge (#208) update as @lunny suggested: https://gitea.com/gitea/go-sdk/pulls/193/files#issuecomment-57866 use SVG instead of PNG drone badges dont support png fix + add badge links Co-authored-by: 6543 <6543@obermui.de> Reviewed-by: sapk Reviewed-by: Lunny Xiao --- CONTRIBUTING.md | 6 +++--- README.md | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 30f35d7..de9b9cb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -63,17 +63,17 @@ I'm honored to having been elected an owner of Gitea, I agree with [CONTRIBUTING To honor the past owners, here's the history of the owners and the time they served: * 2016-11-04 ~ 2017-12-31 - * [Lunny Xiao](https://github.com/lunny) + * [Lunny Xiao](https://gitea.com/lunny) * [Thomas Boerger](https://github.com/tboerger) * [Kim Carlbäcker](https://github.com/bkcsoft) * 2018-01-01 ~ 2018-12-31 - * [Lunny Xiao](https://github.com/lunny) + * [Lunny Xiao](https://gitea.com/lunny) * [Lauris Bukšis-Haberkorns](https://github.com/lafriks) * [Kim Carlbäcker](https://github.com/bkcsoft) * 2019-01-01 ~ 2019-12-31 - * [Lunny Xiao](https://github.com/lunny) + * [Lunny Xiao](https://gitea.com/lunny) * [Lauris Bukšis-Haberkorns](https://github.com/lafriks) * [Matti Ranta](https://github.com/techknowlogick) diff --git a/README.md b/README.md index 8c01798..ea1f01e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # Gitea SDK for Go +[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) +[![Release](https://raster.shields.io/badge/dynamic/json.svg?label=release&url=https://gitea.com/api/v1/repos/gitea/go-sdk/releases&query=$[0].tag_name)](https://gitea.com/gitea/go-sdk/releases) [![Build Status](https://drone.gitea.com/api/badges/gitea/go-sdk/status.svg)](https://drone.gitea.com/gitea/go-sdk) -[![Join the chat at https://img.shields.io/discord/322538954119184384.svg](https://img.shields.io/discord/322538954119184384.svg)](https://discord.gg/NsatcWJ) +[![Join the chat at https://img.shields.io/discord/322538954119184384.svg](https://img.shields.io/discord/322538954119184384.svg)](https://discord.gg/Gitea) [![](https://images.microbadger.com/badges/image/gitea/gitea.svg)](http://microbadger.com/images/gitea/gitea "Get your own image badge on microbadger.com") [![Go Report Card](https://goreportcard.com/badge/code.gitea.io/sdk)](https://goreportcard.com/report/code.gitea.io/sdk) [![GoDoc](https://godoc.org/code.gitea.io/sdk/gitea?status.svg)](https://godoc.org/code.gitea.io/sdk/gitea)