diff options
-rw-r--r-- | README.md | 32 |
1 files changed, 31 insertions, 1 deletions
@@ -8,7 +8,7 @@ Distributed bug tracker embedded in Git. [![Build Status](https://travis-ci.org/MichaelMure/git-bug.svg?branch=master)](https://travis-ci.org/MichaelMure/git-bug) -[![License: GPL v3](https://img.shields.io/badge/License-GPLv3+-blue.svg)](http://www.gnu.org/licenses/gpl-3.0) +[![Backers on Open Collective](https://opencollective.com/git-bug/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/git-bug/sponsors/badge.svg)](#sponsors) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3+-blue.svg)](http://www.gnu.org/licenses/gpl-3.0) [![GoDoc](https://godoc.org/github.com/MichaelMure/git-bug?status.svg)](https://godoc.org/github.com/MichaelMure/git-bug) [![Go Report Card](https://goreportcard.com/badge/github.com/MichaelMure/git-bug)](https://goreportcard.com/report/github.com/MichaelMure/git-bug) [![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/the-git-bug/Lobby) @@ -121,6 +121,36 @@ Interested by how it works ? Have a look at the [data model](doc/model.md). PRs accepted. Drop by the [Gitter lobby](https://gitter.im/the-git-bug/Lobby) for a chat. +## Contributors + +This project exists thanks to all the people who contribute. +<a href="https://github.com/undefined/undefinedgraphs/contributors"><img src="https://opencollective.com/git-bug/contributors.svg?width=890&button=false" /></a> + + +## Backers + +Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/git-bug#backer)] + +<a href="https://opencollective.com/git-bug#backers" target="_blank"><img src="https://opencollective.com/git-bug/backers.svg?width=890"></a> + + +## Sponsors + +Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/git-bug#sponsor)] + +<a href="https://opencollective.com/git-bug/sponsor/0/website" target="_blank"><img src="https://opencollective.com/git-bug/sponsor/0/avatar.svg"></a> +<a href="https://opencollective.com/git-bug/sponsor/1/website" target="_blank"><img src="https://opencollective.com/git-bug/sponsor/1/avatar.svg"></a> +<a href="https://opencollective.com/git-bug/sponsor/2/website" target="_blank"><img src="https://opencollective.com/git-bug/sponsor/2/avatar.svg"></a> +<a href="https://opencollective.com/git-bug/sponsor/3/website" target="_blank"><img src="https://opencollective.com/git-bug/sponsor/3/avatar.svg"></a> +<a href="https://opencollective.com/git-bug/sponsor/4/website" target="_blank"><img src="https://opencollective.com/git-bug/sponsor/4/avatar.svg"></a> +<a href="https://opencollective.com/git-bug/sponsor/5/website" target="_blank"><img src="https://opencollective.com/git-bug/sponsor/5/avatar.svg"></a> +<a href="https://opencollective.com/git-bug/sponsor/6/website" target="_blank"><img src="https://opencollective.com/git-bug/sponsor/6/avatar.svg"></a> +<a href="https://opencollective.com/git-bug/sponsor/7/website" target="_blank"><img src="https://opencollective.com/git-bug/sponsor/7/avatar.svg"></a> +<a href="https://opencollective.com/git-bug/sponsor/8/website" target="_blank"><img src="https://opencollective.com/git-bug/sponsor/8/avatar.svg"></a> +<a href="https://opencollective.com/git-bug/sponsor/9/website" target="_blank"><img src="https://opencollective.com/git-bug/sponsor/9/avatar.svg"></a> + + + ## License Unless otherwise stated, this project is released under the [GPLv3](LICENSE) or later license © Michael Muré. |