diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 74071bd2..a7e479a2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -35,4 +35,4 @@ assignees: '' - πŸ“š [Instructions for contributing to documentation](https://github.com/meshery/meshery/blob/master/CONTRIBUTING.md#documentation-contribution-flow) - Meshery documentation [site](https://docs.meshery.io/) and [source](https://github.com/meshery/meshery/tree/master/docs) - 🎨 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) -- πŸ™‹πŸΎπŸ™‹πŸΌ Questions: [Discussion Forum](https://discuss.layer5.io) and [Community Slack](http://slack.meshery.io) +- πŸ™‹πŸΎπŸ™‹πŸΌ Questions: [Discussion Forum](http://discuss.meshery.io) and [Community Slack](http://slack.meshery.io) diff --git a/.github/ISSUE_TEMPLATE/ci.md b/.github/ISSUE_TEMPLATE/ci.md index 6d2699a5..eefb0047 100644 --- a/.github/ISSUE_TEMPLATE/ci.md +++ b/.github/ISSUE_TEMPLATE/ci.md @@ -23,4 +23,4 @@ assignees: '' - πŸ“š [Instructions for contributing to documentation](https://github.com/meshery/meshery/blob/master/CONTRIBUTING.md#documentation-contribution-flow) - Meshery documentation [site](https://docs.meshery.io/) and [source](https://github.com/meshery/meshery/tree/master/docs) - 🎨 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) -- πŸ™‹πŸΎπŸ™‹πŸΌ Questions: [Discussion Forum](https://discuss.layer5.io) and [Community Slack](http://slack.meshery.io) +- πŸ™‹πŸΎπŸ™‹πŸΌ Questions: [Discussion Forum](http://discuss.meshery.io) and [Community Slack](http://slack.meshery.io) diff --git a/.github/config.yml b/.github/config.yml index 2fdfb06f..ab520168 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -6,7 +6,7 @@ newIssueWelcomeComment: > # Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome # Comment to be posted to on PRs from first time contributors in your repository newPRWelcomeComment: > - Yay, your first pull request! :thumbsup: A contributor will be by to give feedback soon. In the meantime, please review the [Layer5 Community Welcome Guide](https://docs.google.com/document/d/17OPtDE_rdnPQxmk2Kauhm3GwXF1R5dZ3Cj8qZLKdo5E/edit?usp=sharing) and sure to join the [community Slack](http://slack.layer5.io/). + Yay, your first pull request! :thumbsup: A contributor will be by to give feedback soon. In the meantime, please review the [Layer5 Community Welcome Guide](https://layer5.io/community/newcomers) and sure to join the [community Slack](http://slack.meshery.io/). Be sure to double-check that you have signed your commits. Here are instructions for [making signing an implicit activity while peforming a commit](../CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin). @@ -15,7 +15,7 @@ newPRWelcomeComment: > # Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge # Comment to be posted to on pull requests merged by a first time user firstPRMergeComment: > -         Thank you for contributing to the Layer5 community! :tada: +         Thank you for contributing to the Meshery project! :tada: \ \ @@ -36,7 +36,7 @@ requestInfoReplyComment: > # *OPTIONAL* Add a list of people whose Issues/PRs will not be commented on # keys must be GitHub usernames #requestInfoUserstoExclude: -# - layer5io/maintainers +# - meshery/maintainers #------------------------------------------------------------------------------- @@ -47,4 +47,4 @@ sentimentBotToxicityThreshold: .9 # *Required* Comment to reply with sentimentBotReplyComment: > - Please be sure to review the code of conduct and be respectful of other users. // @layer5io/maintainers + Please be sure to review the code of conduct and be respectful of other users. // @meshery/maintainers diff --git a/.github/label-commenter-config.yml b/.github/label-commenter-config.yml index a2455db9..5a7319b8 100644 --- a/.github/label-commenter-config.yml +++ b/.github/label-commenter-config.yml @@ -2,7 +2,7 @@ comment: # header: "Please note the following requirement:" footer: "\ ---\n\n - >         Be sure to [join the community](http://slack.layer5.io), if you haven't yet and please leave a :star: [star on the project](../stargazers) :smile: + >         Be sure to [join the community](http://slack.meshery.io), if you haven't yet and please leave a :star: [star on the project](../stargazers) :smile: " labels: diff --git a/.github/workflows/error-ref-publisher.yaml b/.github/workflows/error-ref-publisher.yaml index 6d8d76da..58c4cf33 100644 --- a/.github/workflows/error-ref-publisher.yaml +++ b/.github/workflows/error-ref-publisher.yaml @@ -32,7 +32,7 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v4 with: commit_user_name: l5io - commit_user_email: ci@layer5.io + commit_user_email: ci@meshery.io commit_author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> commit_options: '--signoff' commit_message: 'run error codes utility' @@ -53,7 +53,7 @@ jobs: echo '{ "errors_export": "" }' | jq --slurpfile export ./helpers/errorutil_errors_export.json '.errors_export = $export[0]' > ./meshery/docs/_data/errorref/meshery-operator_errors_export.json cd ./meshery git config user.name l5io - git config user.email ci@layer5.io + git config user.email ci@meshery.io if git diff --exit-code --quiet then echo "No changes to commit"