From cf7570c553bf407f826288d70130cd677b2bd721 Mon Sep 17 00:00:00 2001 From: Vikram Date: Thu, 18 May 2023 19:34:17 +0530 Subject: [PATCH 01/11] feat:added svg w/signoff Signed-off-by: Vikram --- img/readme/meshery-text-dark.svg | 1 + img/readme/meshery-text-light.svg | 1 + 2 files changed, 2 insertions(+) create mode 100644 img/readme/meshery-text-dark.svg create mode 100644 img/readme/meshery-text-light.svg diff --git a/img/readme/meshery-text-dark.svg b/img/readme/meshery-text-dark.svg new file mode 100644 index 00000000..e23e2feb --- /dev/null +++ b/img/readme/meshery-text-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/readme/meshery-text-light.svg b/img/readme/meshery-text-light.svg new file mode 100644 index 00000000..82c7105b --- /dev/null +++ b/img/readme/meshery-text-light.svg @@ -0,0 +1 @@ + \ No newline at end of file From 7fe2a0f881d8cd853be849e08c22dc5b35f3005c Mon Sep 17 00:00:00 2001 From: Vikram Date: Thu, 18 May 2023 19:38:48 +0530 Subject: [PATCH 02/11] feat:added svg w/signoff Signed-off-by: Vikram --- .github/config.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/config.yml b/.github/config.yml index dca93f23..f9ba109e 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -17,8 +17,11 @@ newPRWelcomeComment: > firstPRMergeComment: > Thanks for your contribution to the Layer5 community! :tada: - ![Congrats!](https://raw.githubusercontent.com/meshery/meshery-osm/master/.github/welcome/Layer5-celebration.png) - + + + + Shows a black logo in light color mode and a white one in dark color mode. +         :star: Please [star the project](../stargazers). :smile: if you have yet to do so. From 029e837f506d3a429aaf47dcb0685e9c10139845 Mon Sep 17 00:00:00 2001 From: Vikram Date: Wed, 24 May 2023 19:02:27 +0530 Subject: [PATCH 03/11] -s Signed-off-by: Vikram --- .github/config.yml | 6 +++--- .../welcome/meshery-celebration-dark.svg | 0 .../welcome/meshery-celebration-light.svg | 0 .gitignore | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) rename img/readme/meshery-text-dark.svg => .github/welcome/meshery-celebration-dark.svg (100%) rename img/readme/meshery-text-light.svg => .github/welcome/meshery-celebration-light.svg (100%) diff --git a/.github/config.yml b/.github/config.yml index f9ba109e..3ed9619c 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -15,11 +15,11 @@ 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: > - Thanks for your contribution to the Layer5 community! :tada: + Thanks for your contribution to the Meshery! :tada: - - + + Shows a black logo in light color mode and a white one in dark color mode.   diff --git a/img/readme/meshery-text-dark.svg b/.github/welcome/meshery-celebration-dark.svg similarity index 100% rename from img/readme/meshery-text-dark.svg rename to .github/welcome/meshery-celebration-dark.svg diff --git a/img/readme/meshery-text-light.svg b/.github/welcome/meshery-celebration-light.svg similarity index 100% rename from img/readme/meshery-text-light.svg rename to .github/welcome/meshery-celebration-light.svg diff --git a/.gitignore b/.gitignore index e1e57463..5beda61f 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,8 @@ yarn.lock **errorutil_analyze_errors.json **errorutil_analyze_summary.json **errorutil_errors_export.json + +[alias] + amend = commit -s --amend + cm = commit -s -m + commit = commit -s \ No newline at end of file From c7d802507365d8124aab8abbceaaf98a9020c18b Mon Sep 17 00:00:00 2001 From: Vikramaditya Singh <59855919+Ghat0tkach@users.noreply.github.com> Date: Thu, 18 May 2023 19:49:14 +0530 Subject: [PATCH 04/11] feat :added svg Signed-off-by: Vikramaditya Singh <59855919+Ghat0tkach@users.noreply.github.com> Signed-off-by: Vikram --- .github/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/config.yml b/.github/config.yml index 3ed9619c..1e8de465 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -21,7 +21,7 @@ firstPRMergeComment: > Shows a black logo in light color mode and a white one in dark color mode. - +         :star: Please [star the project](../stargazers). :smile: if you have yet to do so. From 2085f75d8323f75c287ab0582365b876f96ebf4b Mon Sep 17 00:00:00 2001 From: Vikramaditya Singh <59855919+Ghat0tkach@users.noreply.github.com> Date: Wed, 24 May 2023 19:09:12 +0530 Subject: [PATCH 05/11] Update config.yml feat:added svg Signed-off-by: Vikramaditya Singh <59855919+Ghat0tkach@users.noreply.github.com> Signed-off-by: Vikram --- .github/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/config.yml b/.github/config.yml index 1e8de465..fb305cad 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -17,7 +17,7 @@ newPRWelcomeComment: > firstPRMergeComment: > Thanks for your contribution to the Meshery! :tada: - + Shows a black logo in light color mode and a white one in dark color mode. From 364a296c40d6037e0a11c0a8a7519d25e0c7774f Mon Sep 17 00:00:00 2001 From: Vikram Date: Wed, 24 May 2023 19:13:25 +0530 Subject: [PATCH 06/11] added svg with sign-off Signed-off-by: Vikram --- .github/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/config.yml b/.github/config.yml index fb305cad..906af363 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -17,11 +17,11 @@ newPRWelcomeComment: > firstPRMergeComment: > Thanks for your contribution to the Meshery! :tada: - + Shows a black logo in light color mode and a white one in dark color mode. - +         :star: Please [star the project](../stargazers). :smile: if you have yet to do so. From 43a6b7f8182e7960b900914441433240b3b87857 Mon Sep 17 00:00:00 2001 From: Vikram Date: Wed, 24 May 2023 19:32:24 +0530 Subject: [PATCH 07/11] feat:added svg Signed-off-by: Vikram --- .github/config.yml | 4 ++-- .gitignore | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/config.yml b/.github/config.yml index 906af363..c9c14eb3 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -18,8 +18,8 @@ firstPRMergeComment: > Thanks for your contribution to the Meshery! :tada: - - + + Shows a black logo in light color mode and a white one in dark color mode.   diff --git a/.gitignore b/.gitignore index 5beda61f..e80ad9f5 100644 --- a/.gitignore +++ b/.gitignore @@ -55,7 +55,3 @@ yarn.lock **errorutil_analyze_summary.json **errorutil_errors_export.json -[alias] - amend = commit -s --amend - cm = commit -s -m - commit = commit -s \ No newline at end of file From 26d39d20c880eae854b0a5b854d39f65d754c99a Mon Sep 17 00:00:00 2001 From: Vikramaditya Singh <59855919+Ghat0tkach@users.noreply.github.com> Date: Thu, 25 May 2023 10:42:26 +0530 Subject: [PATCH 08/11] Update .gitignore Signed-off-by: Vikramaditya Singh <59855919+Ghat0tkach@users.noreply.github.com> --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index e80ad9f5..e1e57463 100644 --- a/.gitignore +++ b/.gitignore @@ -54,4 +54,3 @@ yarn.lock **errorutil_analyze_errors.json **errorutil_analyze_summary.json **errorutil_errors_export.json - From b75643919e6a8eb9dc6e153c81be9921d4166647 Mon Sep 17 00:00:00 2001 From: Vikramaditya Singh <59855919+Ghat0tkach@users.noreply.github.com> Date: Sat, 3 Jun 2023 16:37:47 +0530 Subject: [PATCH 09/11] Update config.yml Signed-off-by: Vikramaditya Singh <59855919+Ghat0tkach@users.noreply.github.com> --- .github/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/config.yml b/.github/config.yml index c9c14eb3..a406331b 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -18,8 +18,8 @@ firstPRMergeComment: > Thanks for your contribution to the Meshery! :tada: - - + + Shows a black logo in light color mode and a white one in dark color mode.   From 4a1b7ee702a56965c8eaa1b7965ac1a0487a7266 Mon Sep 17 00:00:00 2001 From: Vikramaditya Singh <59855919+Ghat0tkach@users.noreply.github.com> Date: Sun, 11 Jun 2023 19:56:43 +0530 Subject: [PATCH 10/11] Update config.yml Fixed the hyperlinks for newcomers guide Signed-off-by: Vikramaditya Singh <59855919+Ghat0tkach@users.noreply.github.com> --- .github/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/config.yml b/.github/config.yml index a406331b..fd2747d0 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -2,7 +2,7 @@ # Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome # Comment to be posted to on first time issues newIssueWelcomeComment: > - Thanks for opening this issue. A contributor will be by to give feedback soon. In the meantime, please review the [Layer5 Contributors' Welcome Guide](https://docs.google.com/document/d/17OPtDE_rdnPQxmk2Kauhm3GwXF1R5dZ3Cj8qZLKdo5E/edit?usp=sharing) and sure to join the [community Slack](http://slack.layer5.io/). + Thanks for opening this issue. A contributor will be by to give feedback soon. In the meantime, please review the [Layer5 Contributors' Welcome Guide](https://layer5.io/community/newcomers) and sure to join the [community Slack](http://slack.layer5.io/). # 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: > From f83239c04956375113a47c5ed162bf93abaf4789 Mon Sep 17 00:00:00 2001 From: Vikramaditya Singh <59855919+Ghat0tkach@users.noreply.github.com> Date: Wed, 21 Jun 2023 22:21:09 +0530 Subject: [PATCH 11/11] Update config.yml Signed-off-by: Vikramaditya Singh <59855919+Ghat0tkach@users.noreply.github.com> --- .github/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/config.yml b/.github/config.yml index fd2747d0..4d34a48c 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -20,7 +20,7 @@ firstPRMergeComment: > - Shows a black logo in light color mode and a white one in dark color mode. + Meshery Welcome Image.         :star: Please [star the project](../stargazers). :smile: if you have yet to do so.