Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

added svg in config.yml #244

Merged
merged 11 commits into from
Jul 4, 2023
Merged

added svg in config.yml #244

merged 11 commits into from
Jul 4, 2023

Conversation

Ghat0tkach
Copy link
Member

Description

This PR fixes #235

Notes for Reviewers

Signed commits

  • Yes, I signed my commits.

@Ghat0tkach
Copy link
Member Author

@ShivangShandilya please review my request again

@ShivangShandilya
Copy link

@ShivangShandilya please review my request again

LGTM 👍

.github/config.yml Outdated Show resolved Hide resolved
Comment on lines 20 to 24
<picture>
<source media="(prefers-color-scheme: dark)" srcset="img\readme\meshery-text-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="img\readme\meshery-text-light.svg">
<img alt="Shows a black logo in light color mode and a white one in dark color mode." src="https://user-images.githubusercontent.com/25423296/163456779-a8556205-d0a5-45e2-ac17-42d089e3c3f8.png">
</picture>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Wrong source, and we need Raw github URLs as sources
  • Also, the images should be in the welcome directory replacing the layer5-celebration.png
  • We recommend using uniform name conventions for images throughout our repos, Meshery-celebration-Dark.svg and Meshery-celebration-Light.svg

There are similar PRs opened regarding this change.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @thisiskaransgit I overlooked this 😓 @Ghat0tkach proceed as guided

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Ghat0tkach
Copy link
Member Author

@ShivangShandilya @thisiskaransgit can you help me here? even after signing digitally and have verified digital signature its the github DCO is still failing

Copy link

@thisiskaransgit thisiskaransgit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Ghat0tkach, you would have to rebase the branch, click on the details option of DCO Check for instructions, also revert the changes in .gitignore file

Comment on lines 21 to 22
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/meshery/meshery-osm/master/.github/welcome/Meshery-celebration-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/meshery/meshery-osm/master/.github/welcome/Meshery-celebration-light.svg">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image names should be in lowercase

Ghat0tkach and others added 7 commits May 24, 2023 19:33
Signed-off-by: Vikram <awesomevikram3@gmail.com>
Signed-off-by: Vikram <awesomevikram3@gmail.com>
Signed-off-by: Vikram <awesomevikram3@gmail.com>
Signed-off-by: Vikramaditya Singh <59855919+Ghat0tkach@users.noreply.github.com>
Signed-off-by: Vikram <awesomevikram3@gmail.com>
feat:added svg

Signed-off-by: Vikramaditya Singh <59855919+Ghat0tkach@users.noreply.github.com>
Signed-off-by: Vikram <awesomevikram3@gmail.com>
Signed-off-by: Vikram <awesomevikram3@gmail.com>
Signed-off-by: Vikram <awesomevikram3@gmail.com>
@Ghat0tkach
Copy link
Member Author

thank you @thisiskaransgit

@thisiskaransgit
Copy link

@Ghat0tkach revert the added line in the .gitignore file

@Ghat0tkach
Copy link
Member Author

Ghat0tkach commented May 24, 2023

@Ghat0tkach revert the added line in the .gitignore file

I have already removed the [alias] line in
.git ignore as you instructed earlier , am I supposed to add it again?

.gitignore Outdated Show resolved Hide resolved
Signed-off-by: Vikramaditya Singh <59855919+Ghat0tkach@users.noreply.github.com>
Copy link

@thisiskaransgit thisiskaransgit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to merge, thank you for your contribution 🎉

@Ghat0tkach
Copy link
Member Author

@thisiskaransgit am i supposed to put
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/meshery/meshery-osm/master/.github/welcome/Meshery-celebration-light.svg">
instead of
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/meshery/meshery-osm/master/.github/welcome/Meshery-celebration-dark.svg">

@thisiskaransgit thisiskaransgit self-requested a review June 1, 2023 18:31
@thisiskaransgit
Copy link

@Ghat0tkach, you and I both overlooked it, please make the change, and thank you for pointing it out

Signed-off-by: Vikramaditya Singh <59855919+Ghat0tkach@users.noreply.github.com>
@Ghat0tkach
Copy link
Member Author

Yup done @thisiskaransgit @ShivangShandilya . I did forgot to ask for reviews 😅

Copy link

@thisiskaransgit thisiskaransgit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 🚀

@Ghat0tkach
Copy link
Member Author

Thanks 🚀

Couldnt be possible without your help and guidance @thisiskaransgit

Thank you

Fixed the hyperlinks for newcomers guide

Signed-off-by: Vikramaditya Singh <59855919+Ghat0tkach@users.noreply.github.com>
.github/config.yml Outdated Show resolved Hide resolved
Signed-off-by: Vikramaditya Singh <59855919+Ghat0tkach@users.noreply.github.com>
@Ghat0tkach
Copy link
Member Author

@anshgoyalevil please have a look , I forgot to tag you

Copy link
Member

@anshgoyalevil anshgoyalevil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks @Ghat0tkach 😄

@leecalcote leecalcote merged commit bb7a83d into meshery:master Jul 4, 2023
11 of 13 checks passed
@welcome
Copy link

welcome bot commented Jul 4, 2023

Thanks for your contribution to the Meshery! 🎉

Meshery Welcome Image.         ⭐ Please star the project. 😄 if you have yet to do so.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace the Logo of Layer5 with Meshery in config.yml workflow
5 participants