Skip to content

Commit 1a8d8a7

Browse files
authored
Merge pull request #104 from CodexRaunak/patch-1
Update badges and fix broken welcome guide link
2 parents bf9cd5c + 9ade5b5 commit 1a8d8a7

2 files changed

Lines changed: 23 additions & 11 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# <a name="contributing">Contributing Overview</a>
22
Please do! Thanks for your help improving the project! :balloon:
33

4-
All contributors are welcome. Please see the [newcomers welcome guide](https://docs.google.com/document/d/17OPtDE_rdnPQxmk2Kauhm3GwXF1R5dZ3Cj8qZLKdo5E/edit) for how, where and why to contribute. This project is community-built and welcomes collaboration. Contributors are expected to adhere to our [Code of Conduct](.CODE_OF_CONDUCT.md).
4+
All contributors are welcome. Please see the [newcomers welcome guide](https://layer5.io/community/newcomers) for how, where and why to contribute. This project is community-built and welcomes collaboration. Contributors are expected to adhere to our [Code of Conduct](.CODE_OF_CONDUCT.md).
55

66
Not sure where to start? First, see the [newcomers welcome guide](https://docs.google.com/document/d/17OPtDE_rdnPQxmk2Kauhm3GwXF1R5dZ3Cj8qZLKdo5E/edit). Grab an open issue with the [help-wanted label](../../labels/help%20wanted) and jump in. Join the [Slack account](http://slack.layer5.io) and engage in conversation. Create a [new issue](/../../issues/new/choose) if needed. All [pull requests](/../../pulls) should reference an open [issue](/../../issues). Include keywords in your pull request descriptions, as well as commit messages, to [automatically close issues in GitHub](https://help.github.com/en/github/managing-your-work-on-github/closing-issues-using-keywords).
77

@@ -102,3 +102,4 @@ Resources: https://lab.github.com and https://try.github.com/
102102
### License
103103

104104
This repository and site are available as open source under the terms of the [Apache 2.0 License](https://opensource.org/licenses/Apache-2.0).
105+

README.md

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,26 @@
66
</picture>
77
</p>
88

9-
![GitHub contributors](https://img.shields.io/github/contributors/layer5io/layer5.svg)
10-
![GitHub](https://img.shields.io/github/license/layer5io/layer5.svg)
11-
[![Docker Pulls](https://img.shields.io/docker/pulls/layer5/learn-layer5.svg)](https://hub.docker.com/r/layer5/learn-layer5)
12-
[![Go Report Card](https://goreportcard.com/badge/github.com/layer5io/learn-layer5)](https://goreportcard.com/report/github.com/layer5io/learn-layer5)
13-
[![GitHub issues by-label](https://img.shields.io/github/issues/layer5io/learn-layer5/help%20wanted.svg)](https://github.com/issues?utf8=✓&q=is%3Aopen+is%3Aissue+archived%3Afalse+org%3Alayer5io+label%3A%22help+wanted%22+")
14-
[![Website](https://img.shields.io/website/https/layer5.io/meshery.svg)](https://layer5.io)
15-
[![Twitter Follow](https://img.shields.io/twitter/follow/layer5.svg?label=Follow&style=social)](https://twitter.com/intent/follow?screen_name=mesheryio)
16-
[![Slack](https://img.shields.io/badge/Slack-@layer5.svg?logo=slack)](http://slack.layer5.io)
17-
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3564/badge)](https://bestpractices.coreinfrastructure.org/projects/3564)
9+
<p align="center">
10+
<a href="https://github.com/layer5io/layer5/graphs/contributors" style="display:inline-block; text-decoration:none;">
11+
<img src="https://img.shields.io/github/contributors/layer5io/layer5.svg" alt="GitHub contributors" /></a>
12+
<a href="https://github.com/layer5io/learn-layer5/blob/master/LICENSE" style="display:inline-block; text-decoration:none;">
13+
<img src="https://img.shields.io/github/license/layer5io/layer5.svg" alt="License" /></a>
14+
<a href="https://hub.docker.com/r/layer5/learn-layer5" style="display:inline-block; text-decoration:none;">
15+
<img src="https://img.shields.io/docker/pulls/layer5/learn-layer5.svg" alt="Docker Pulls" /></a>
16+
<a href="https://goreportcard.com/report/github.com/layer5io/learn-layer5" style="display:inline-block; text-decoration:none;">
17+
<img src="https://goreportcard.com/badge/github.com/layer5io/learn-layer5" alt="Go Report Card" /></a>
18+
<a href="https://github.com/issues?utf8=✓&q=is%3Aopen+is%3Aissue+archived%3Afalse+org%3Alayer5io+label%3A%22help+wanted%22" style="display:inline-block; text-decoration:none;">
19+
<img src="https://img.shields.io/github/issues/layer5io/learn-layer5/help%20wanted.svg" alt="Help wanted issues" /></a>
20+
<a href="https://layer5.io" style="display:inline-block; text-decoration:none;">
21+
<img src="https://img.shields.io/website/https/layer5.io/meshery.svg" alt="Website" /></a>
22+
<a href="https://twitter.com/intent/follow?screen_name=mesheryio" style="display:inline-block; text-decoration:none;">
23+
<img src="https://img.shields.io/twitter/follow/layer5.svg?label=Follow&style=social" alt="Twitter Follow" /></a>
24+
<a href="http://slack.layer5.io" style="display:inline-block; text-decoration:none;">
25+
<img src="https://img.shields.io/badge/Slack-@layer5.svg?logo=slack" alt="Slack" /></a>
26+
<a href="https://bestpractices.coreinfrastructure.org/projects/3564" style="display:inline-block; text-decoration:none;">
27+
<img src="https://bestpractices.coreinfrastructure.org/projects/3564/badge" alt="CII Best Practices" /></a>
28+
</p>
1829

1930
<p style="clear:both;">
2031

@@ -149,7 +160,7 @@ kubectl kuttl test --skip-cluster-delete=true --start-kind=false ./smi-test
149160

150161
<p style="clear:both;">
151162
<h2><a name="contributing"></a><a name="community"></a> <a href="http://slack.layer5.io">Community</a> and <a href="https://github.com/layer5io/layer5/blob/master/CONTRIBUTING.md">Contributing</a></h2>
152-
Our projects are community-built and welcome collaboration. 👍 Be sure to see the <a href="https://docs.google.com/document/d/17OPtDE_rdnPQxmk2Kauhm3GwXF1R5dZ3Cj8qZLKdo5E/edit">Layer5 Community Welcome Guide</a> for a tour of resources available to you and jump into our <a href="http://slack.layer5.io">Slack</a>! Contributors are expected to adhere to the <a href="https://github.com/cncf/foundation/blob/master/code-of-conduct.md">CNCF Code of Conduct</a>.
163+
Our projects are community-built and welcome collaboration. 👍 Be sure to see the <a href="https://layer5.io/community/newcomers">Layer5 Community Welcome Guide</a> for a tour of resources available to you and jump into our <a href="http://slack.layer5.io">Slack</a>! Contributors are expected to adhere to the <a href="https://github.com/cncf/foundation/blob/master/code-of-conduct.md">CNCF Code of Conduct</a>.
153164

154165
<a href="https://slack.meshery.io">
155166

0 commit comments

Comments
 (0)