Skip to content

Commit f17b3ef

Browse files
committed
docs: funding and social networks
1 parent 7c87a9e commit f17b3ef

File tree

3 files changed

+43
-80
lines changed

3 files changed

+43
-80
lines changed

CODE_OF_CONDUCT.md

Lines changed: 0 additions & 76 deletions
This file was deleted.

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
---
88

9-
`golangci-lint` is a fast Go linters runner. It runs linters in parallel, uses caching, supports YAML configuration,
9+
`golangci-lint` is a fast Go linters runner.
10+
11+
It runs linters in parallel, uses caching, supports YAML configuration,
1012
integrates with all major IDEs, and includes over a hundred linters.
1113

1214
## Install `golangci-lint`
@@ -18,6 +20,24 @@ integrates with all major IDEs, and includes over a hundred linters.
1820

1921
Documentation is hosted at https://golangci-lint.run.
2022

23+
## Social Networks
24+
25+
[![Join Slack](https://img.shields.io/badge/Slack-4285F4?style=for-the-badge&logo=slack&logoColor=white)](https://gophers.slack.com/archives/CS0TBRKPC)
26+
[![Follow on Mastodon](https://img.shields.io/badge/mastodon-6364FF?style=for-the-badge&logo=mastodon&logoColor=white)](https://fosstodon.org/@golangcilint)
27+
[![Follow on Twitter](https://img.shields.io/badge/twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/golangci)
28+
29+
## Supporting Us
30+
31+
`golangci-lint` is a free and open-source project built by volunteers.
32+
33+
If you value it, consider supporting us:
34+
35+
[![Open Collective backers and sponsors](https://img.shields.io/opencollective/all/golangci-lint?logo=opencollective&style=for-the-badge)](https://opencollective.com/golangci-lint)
36+
[![GitHub Sponsors](https://img.shields.io/badge/GitHub-Sponsor-blue?style=for-the-badge)](https://github.com/sponsors/ldez)
37+
[![Linter Authors](https://img.shields.io/badge/Linter-Authors-blue?style=for-the-badge)](https://golangci-lint.run/product/thanks/)
38+
39+
We appreciate it! :heart:
40+
2141
## Badges
2242

2343
![Build Status](https://github.com/golangci/golangci-lint/workflows/CI/badge.svg)

docs/src/docs/index.mdx

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,23 @@ title: Introduction
55
import { FaTwitter, FaSlack } from "react-icons/fa";
66
import { IconContainer } from "lib/icons";
77

8-
![Build Status](https://github.com/golangci/golangci-lint/workflows/CI/badge.svg)
98
[![License](https://img.shields.io/github/license/golangci/golangci-lint)](https://github.com/golangci/golangci-lint/blob/master/LICENSE)
109
[![Release](https://img.shields.io/github/release/golangci/golangci-lint.svg)](https://github.com/golangci/golangci-lint/releases/latest)
1110
[![Docker](https://img.shields.io/docker/pulls/golangci/golangci-lint)](https://hub.docker.com/r/golangci/golangci-lint)
1211
[![GitHub Releases Stats of golangci-lint](https://img.shields.io/github/downloads/golangci/golangci-lint/total.svg?logo=github)](https://somsubhra.github.io/github-release-stats/?username=golangci&repository=golangci-lint)
1312

14-
`golangci-lint` is a Go linters aggregator.
13+
`golangci-lint` is a fast linters runner for Go.
14+
15+
It runs linters in parallel, uses caching, supports YAML configuration,
16+
integrates with all major IDEs, and includes over a hundred linters.
1517

1618
Join our slack <IconContainer color="#1DA1F2"><FaSlack /></IconContainer> channel by [joining Gophers workspace](https://invite.slack.golangbridge.org/)
1719
and then [joining](https://gophers.slack.com/archives/CS0TBRKPC) channel [`#golangci-lint`](https://gophers.slack.com/archives/CS0TBRKPC).
1820

19-
Follow the news and releases on our twitter <IconContainer color="#1DA1F2"><FaTwitter /></IconContainer> [`@golangci`](https://twitter.com/golangci).
21+
Follow the news and releases:
22+
23+
[![Follow on Mastodon](https://img.shields.io/badge/mastodon-6364FF?style=for-the-badge&logo=mastodon&logoColor=white)](https://fosstodon.org/@golangcilint)
24+
[![Follow on Twitter](https://img.shields.io/badge/twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/golangci)
2025

2126
## Features
2227

@@ -33,11 +38,25 @@ Follow the news and releases on our twitter <IconContainer color="#1DA1F2"><FaTw
3338

3439
![golangci-lint demo](./demo.svg)
3540

41+
<!--
3642
Short 1.5 min video demo of analyzing [beego](https://github.com/astaxie/beego).
3743
[![asciicast](https://asciinema.org/a/183662.svg)](https://asciinema.org/a/183662)
44+
-->
3845

3946
[Get started now!](/welcome/install)
4047

48+
## Supporting Us
49+
50+
`golangci-lint` is a free and open-source project built by volunteers.
51+
52+
If you value it, consider supporting us:
53+
54+
[![Open Collective backers and sponsors](https://img.shields.io/opencollective/all/golangci-lint?logo=opencollective&style=for-the-badge)](https://opencollective.com/golangci-lint)
55+
[![GitHub Sponsors](https://img.shields.io/badge/GitHub-Sponsor-blue?style=for-the-badge)](https://github.com/sponsors/ldez)
56+
[![Linter Authors](https://img.shields.io/badge/Linter-Authors-blue?style=for-the-badge)](https://golangci-lint.run/product/thanks/)
57+
58+
We appreciate it! :heart:
59+
4160
## License Scan
4261

4362
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fgolangci%2Fgolangci-lint.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fgolangci%2Fgolangci-lint?ref=badge_large)

0 commit comments

Comments
 (0)