Skip to content

Commit bd31213

Browse files
authored
Add codetriage badge (#1772)
1 parent 181f348 commit bd31213

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
[![CircleCI][badge-circleci]][circleci]
88
![Github Testing Workflow](https://github.com/haskell/haskell-language-server/workflows/Testing/badge.svg)
99
![Github Nix Workflow](https://github.com/haskell/haskell-language-server/workflows/Nix/badge.svg)
10+
[![codetriage][badge-codetriage]][codetriage]
1011

1112
[logo]: ./docs/logos/logo-256.png
1213
[badge-license]: https://img.shields.io/badge/license-Apache2-green.svg?dummy
@@ -15,6 +16,8 @@
1516
[circleci]: https://circleci.com/gh/haskell/haskell-language-server/
1617
[badge-hackage]: https://img.shields.io/hackage/v/haskell-language-server.svg?logo=haskell
1718
[hackage]: https://hackage.haskell.org/package/haskell-language-server
19+
[badge-codetriage]: https://www.codetriage.com/haskell/haskell-language-server/badges/users.svg
20+
[codetriage]:https://www.codetriage.com/haskell/haskell-language-server
1821

1922
Integration point for [ghcide](https://github.com/haskell/ghcide) and [haskell-ide-engine](https://github.com/haskell/haskell-ide-engine). One IDE to rule
2023
them all. Read the [project's

0 commit comments

Comments
 (0)