Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit a923fbb

Browse files
authored
Merge pull request #123 from M-DEV-1/patch-1
Chore: Update config.yml
2 parents 1021736 + 028a499 commit a923fbb

File tree

9 files changed

+36
-18
lines changed

9 files changed

+36
-18
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,19 @@ assignees: ''
2929
4. See error
3030
-->
3131

32+
[Optional] **Additional Context**
33+
Add any other context about the problem here.
34+
35+
### Contributor Resources
36+
37+
The meshery.io website uses Jekyll and GitHub Pages. Site content is found under the [`master` branch](https://github.com/meshery/meshery.io/tree/master).
38+
- See the [Contributing to Meshery.io Website](https://github.com/meshery/meshery.io#contributing-to-the-mesheryio-website) section of the readme.md and other [contributing instructions](https://docs.meshery.io/project/contributing), too.
39+
- See Meshery site designs in this [Figma design file](https://www.figma.com/file/SMP3zxOjZztdOLtgN4dS2W/Meshery-UI?node-id=110%3A1). Fill-in the [Meshery Community Member Form](https://meshery.io/newcomers) and join the [Community Slack](http://slack.meshery.io) for access.
40+
3241
---
3342
### Contributor [Guides](https://docs.meshery.io/project/contributing) and [Handbook](https://meshery.io/community/handbook)
3443
- 🛠 [Meshery Build & Release Strategy](https://docs.meshery.io/project/contributing/build-and-release)
3544
- 📚 [Instructions for contributing to documentation](https://github.com/meshery/meshery/blob/master/CONTRIBUTING.md#documentation-contribution-flow)
3645
- Meshery documentation [site](https://docs.meshery.io/) and [source](https://github.com/meshery/meshery/tree/master/docs)
3746
- 🎨 Wireframes and [designs for Meshery UI](https://www.figma.com/file/SMP3zxOjZztdOLtgN4dS2W/Meshery-UI) in Figma [(open invite)](https://www.figma.com/team_invite/redeem/qJy1c95qirjgWQODApilR9)
38-
- 🙋🏾🙋🏼 Questions: [Discussion Forum](https://meshery.io/community#community-forums) and [Community Slack](https://slack.meshery.io)
47+
- 🙋🏾🙋🏼 Questions: [Discussion Forum](https://meshery.io/community#discussion-forums) and [Community Slack](https://slack.meshery.io)

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ assignees: ''
2626
- 📚 [Instructions for contributing to documentation](https://github.com/meshery/meshery/blob/master/CONTRIBUTING.md#documentation-contribution-flow)
2727
- Meshery documentation [site](https://docs.meshery.io/) and [source](https://github.com/meshery/meshery/tree/master/docs)
2828
- 🎨 Wireframes and designs for Meshery UI in [Figma](https://www.figma.com/file/SMP3zxOjZztdOLtgN4dS2W/Meshery-UI)
29-
- 🙋🏾🙋🏼 Questions: [Discussion Forum](https://meshery.io/community/#community-forums) and [Community Slack](http://slack.meshery.io)
29+
- 🙋🏾🙋🏼 Questions: [Discussion Forum](https://meshery.io/community#discussion-forums) and [Community Slack](http://slack.meshery.io)

.github/config.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
44
# Comment to be posted to on first time issues
55
newIssueWelcomeComment: >
6-
Thanks for opening this issue. A contributor will be by to give feedback soon. In the meantime, please review the [Meshery Contributors' Welcome Guide](https://docs.google.com/document/d/17OPtDE_rdnPQxmk2Kauhm3GwXF1R5dZ3Cj8qZLKdo5E/edit?usp=sharing), engage in the [discussion forum]https://meshery.io/community/#community-forums), and be sure to join the [community Slack](http://slack.meshery.io/).
6+
Thanks for opening this issue. A contributor will be by to give feedback soon. In the meantime, please review the [Contributors' Welcome Guide](https://docs.meshery.io/project/community), engage in the [discussion forum](https://meshery.io/community#community-forums), and be sure to join the [community Slack](http://slack.meshery.io/).
77
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
88
# Comment to be posted to on PRs from first time contributors in your repository
99
newPRWelcomeComment: >
10-
Yay, your first pull request! :thumbsup: A contributor will be by to give feedback soon. In the meantime, you can find updates in the [#github-notifications](https://meshery.slack.com/archives/CLVT4TSG4) channel in the [community Slack](https://slack.meshery.io).
10+
Yay, your first pull request! :thumbsup: A contributor will be by to give feedback soon. In the meantime, you can find updates in the [#github-notifications](https://mesheryio.slack.com/archives/CLVT4TSG4) channel in the [community Slack](https://slack.meshery.io).
1111
12-
Be sure to double-check that you have signed your commits. Here are instructions for [making signing an implicit activity while peforming a commit](https://github.com/layer5io/layer5/blob/master/CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin).
12+
Be sure to double-check that you have signed your commits. Here are instructions for [making signing an implicit activity while peforming a commit](https://github.com/meshery/meshery/blob/master/CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin).
1313
1414
#-------------------------------------------------------------------------------
1515
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
@@ -18,13 +18,13 @@ firstPRMergeComment: >
1818
Thanks for your contribution to Meshery! :tada:
1919
2020
<picture>
21-
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/meshery/meshery-cpx/master/.github/assets/images/welcome/meshery-celebration-light.svg">
22-
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/meshery/meshery-cpx/master/.github/assets/images/welcome/meshery-celebration-dark.svg">
21+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/meshery/meshery/master/.github/assets/images/Meshery-celebration-Dark.svg">
22+
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/meshery/meshery/master/.github/assets/images/Meshery-celebration-Light.svg">
2323
<img alt="Meshery Logo" src="">
2424
</picture>
2525
26-
&nbsp; &#9; &nbsp; &#9; &nbsp; &#9; &nbsp; &#9; :star: Please leave a [star on the project](../stargazers). :smile:
27-
26+
&nbsp; &#9; &nbsp; &#9; &nbsp; &#9; &nbsp; &#9; [Join the community](http://slack.meshery.io), if you haven't yet and please leave a :star: [star on the project](../stargazers). :smile:
27+
2828
#-------------------------------------------------------------------------------
2929
# Configuration for request-info - https://github.com/behaviorbot/request-info
3030
# Comment to reply with
@@ -33,6 +33,7 @@ requestInfoReplyComment: >
3333
# *OPTIONAL* Add a list of people whose Issues/PRs will not be commented on
3434
# keys must be GitHub usernames
3535
#requestInfoUserstoExclude:
36+
3637
# - meshery/maintainers
3738

3839
#-------------------------------------------------------------------------------
@@ -43,5 +44,7 @@ sentimentBotToxicityThreshold: .9
4344

4445
# *Required* Comment to reply with
4546
sentimentBotReplyComment: >
47+
4648
Please be sure to review the code of conduct and be respectful of other users. // @meshery/maintainers
4749
50+

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright Meshery Authors.
189+
Copyright Meshery Authors
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@
88
# Meshery Adapter for CPX
99

1010
[![Docker Pulls](https://img.shields.io/docker/pulls/meshery/meshery-cpx.svg)](https://hub.docker.com/r/meshery/meshery-cpx)
11-
[![Go Report Card](https://goreportcard.com/badge/github.com/meshery/meshery-cpx)](https://goreportcard.com/report/github.com/meshery/meshery-cpx)
11+
[![Go Report Card](https://goreportcard.com/badge/github.com/meshery-extensions/meshery-cpx)](https://goreportcard.com/report/github.com/meshery-extensions/meshery-cpx)
1212
[![Build Status](https://img.shields.io/github/actions/workflow/status/meshery/meshery-cpx/multi-platform.yml?branch=master)](https://github.com/meshery/meshery-cpx/actions)
13-
[![GitHub](https://img.shields.io/github/license/meshery/meshery-cpx.svg)](LICENSE)
14-
[![GitHub issues by-label](https://img.shields.io/github/issues/meshery/meshery-cpx/help%20wanted.svg)](https://github.com/meshery/meshery-cpx/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)
13+
[![GitHub](https://img.shields.io/github/license/meshery-extensions/meshery-cpx.svg)](LICENSE)
14+
[![GitHub issues by-label](https://img.shields.io/github/issues/meshery-extensions/meshery-cpx/help%20wanted.svg)](https://github.com/meshery-extensions/meshery-cpx/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)
1515
[![Website](https://img.shields.io/website/https/meshery.io/meshery.svg)](https://meshery.io/)
1616
[![Twitter Follow](https://img.shields.io/twitter/follow/mesheryio.svg?label=Follow&style=social)](https://twitter.com/intent/follow?screen_name=mesheryio)
17-
[![Youtub](https://img.shields.io/badge/YouTube-red?style=for-the-badge&logo=youtube&logoColor=white)](https://www.youtube.com/@mesheryio)
17+
[![Slack](https://img.shields.io/badge/[email protected]?logo=slack)](http://slack.meshery.io)
18+
<a href="https://youtube.com/@mesheryio?sub_confirmation=1" alt="YouTube">
19+
<img src="https://img.shields.io/youtube/channel/subscribers/UCgXlqWDCg-9RP1eckf0s6KA?style=social" /></a>
1820
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3564/badge)](https://bestpractices.coreinfrastructure.org/projects/3564)
1921

2022
<p style="clear:both;">

cpx/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright Meshery Authors.
1+
// Copyright Meshery Authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

cpx/cpx.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright Meshery Authors.
1+
// Copyright Meshery Authors
2+
23
//
34
// Licensed under the Apache License, Version 2.0 (the "License");
45
// you may not use this file except in compliance with the License.

cpx/supported_ops.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// Copyright Meshery Authors.
1+
// Copyright Meshery Authors
2+
23
//
34
// Licensed under the Apache License, Version 2.0 (the "License");
45
// you may not use this file except in compliance with the License.

main.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// Copyright Meshery Authors.
1+
2+
// Copyright Meshery Authors
3+
24
//
35
// Licensed under the Apache License, Version 2.0 (the "License");
46
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)