-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Company Added #98
Conversation
data/companies.json
Outdated
@@ -544,6 +544,23 @@ | |||
"youtube": null | |||
} | |||
}, | |||
{ | |||
"name": "Karobar App", | |||
"logoName": "karobar_app.png", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The filename format is karobarapp.png
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just made the changes. You can review it.
data/companies.json
Outdated
{ | ||
"name": "Karobar App", | ||
"logoName": "karobar_app.png", | ||
"establishedAt": null, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The establishedAt is a required field and is a unix timestamp. Please update it accordingly!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems more like a product rather than a company, I don't think it suits well in this repository.
For future, we might want to create another repository which lists all the products developed by nepali companies that are available to use for public.
However, for now, I don't think this entry suits well in this repository.
Yeah, Just knew about this. I will edit with its Company name where it falls. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The image dimension doesn't match the size mentioned in the contirubitng docs, please update it accordingly
@@ -544,6 +544,23 @@ | |||
"youtube": null | |||
} | |||
}, | |||
{ | |||
"name": "Bytecare Technology", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The information must be arranged alphabetically.
Co-authored-by: Susan Shrestha <thesusanshrestha@gmail.com>
What kind of change does this PR introduce?
Why was this change needed?
Other information