Skip to content

Conversation

@AcmeGamers
Copy link
Contributor

@AcmeGamers AcmeGamers commented Jul 3, 2022

Double check these details before you open a PR

  • [ ✔ ] PR does not match another non-stale PR currently opened
  • [ ✔ ] PR name matches the format new icon: Icon name (versions separated by comma). More details here
  • [ ✔ ] PR's base is the develop branch.
  • [ ✔ ] Your icons are inside a folder as seen here
  • [ ] SVG matches the standards laid out here
  • [ ✔ ] A new object is added in the devicon.json file as seen here

This PR closes NONE
This PR closes #1053

Link to prove your SVG is correct and up-to-date.

https://vitejs.dev/

@kilianpaquier
Copy link
Contributor

Hello @AcmeGamers, I reviewed your PR #1253, can you follow the recommandations and standards for this PR too ?

@AcmeGamers
Copy link
Contributor Author

Hello @AcmeGamers, I reviewed your PR #1253, can you follow the recommandations and standards for this PR too ?

Onto it :D, and really thanks for helping out with the previous ones

Copy link
Collaborator

@Snailedlt Snailedlt left a comment

Choose a reason for hiding this comment

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

In addition to all the changes suggested below, you can also remove the .eps files.
A good start, but needs a bit of work before it's ready to be merged :)

Let us know if you need any more help

<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 271.6 113.8" style="enable-background:new 0 0 271.6 113.8;" xml:space="preserve">
Copy link
Collaborator

Choose a reason for hiding this comment

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

Make sure the viewbox is 0 0 128 128 as explained in the SVG Standards

<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 121.4 119.8" style="enable-background:new 0 0 121.4 119.8;" xml:space="preserve">
Copy link
Collaborator

Choose a reason for hiding this comment

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

make sure the viewbox is 0 0 128 128 as explained in the SVG Standards

},
{
"name": "vitejs",
"tags": ["react", "compiler", "esbuild"],
Copy link
Collaborator

Choose a reason for hiding this comment

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

Those aren't really relevant for vite, so here's some other suggestions

Suggested change
"tags": ["react", "compiler", "esbuild"],
"tags": [
"tooling",
"buildtool",
"bundler",
"javascript",
"js",
],

"color": "#4FBFFF",
"aliases": [
{
"base": "original"
Copy link
Collaborator

Choose a reason for hiding this comment

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

You need to also add an alias here.

Suggested change
"base": "original"
"base": "original"
"alias": "plain"

I suggest you take a look at Example-of-Submitting-Icons-to-the-Repository and Updating the devicon.json to see why it should be like this.

{
"name": "devicon",
"version": "2.15.0",
"version": "2.15.1",
Copy link
Collaborator

Choose a reason for hiding this comment

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

You should reverse all the changes in package.json since they are not relevant for icon requests

{
"name": "devicon",
"version": "2.15.0",
"version": "2.15.1",
Copy link
Collaborator

Choose a reason for hiding this comment

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

You should reverse all the changes in package-lock.json since they are not relevant for icon requests

"original",
"original-wordmark",
],
"font": ["original"]
Copy link
Collaborator

@Snailedlt Snailedlt Jul 25, 2022

Choose a reason for hiding this comment

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

Suggested change
"font": ["original"]
"font": [
"original",
"original-wordmark"
]


},
{
"name": "vitejs",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
"name": "vitejs",
"name": "vitejs",
"altnames": []

@Snailedlt Snailedlt added the feature:icon PR when a new icon is ready to be added to the collection label Jul 28, 2022
@Snailedlt
Copy link
Collaborator

@AcmeGamers Please read and implement the changes listed above when you have time

@Snailedlt
Copy link
Collaborator

Let us know if you need any help with the PR :)

@Snailedlt Snailedlt added the stale PRs that haven't had any activity for a while and old issues label Oct 1, 2022
@Snailedlt
Copy link
Collaborator

Stale and replaced by #1473

@Snailedlt Snailedlt closed this Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature:icon PR when a new icon is ready to be added to the collection stale PRs that haven't had any activity for a while and old issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants