Skip to content

Latest commit

 

History

History
109 lines (97 loc) · 3.07 KB

contributing.md

File metadata and controls

109 lines (97 loc) · 3.07 KB

Contributing

There are two ways to contribute to this project:

Using the form

You can upload your logos directly to the online form here: https://airtable.com/shr3BAQio2rPWaGN7. This usually takes about 72 hours to be reviewed and merged.

Sending in a pull request

Another way to contribute is to directly send in a pull request. Here are some guidelines for this:

  1. Ensure your logos have been properly optimised with tools like: SVGOMG & Squoosh (OxiPNG works well). Kindly ensure your file sizes are as small as possible. Also, your SVG file should be text-only and not contain any bitmaps.

  2. Add a folder to logos named after your company. In this folder, put the svg and png versions of your logo. The files should have the same name as the folder and should be lowercase. If your company name has multiple words, kindly separate them with an underscore.

Folder Structure

company_name
| company_name.png
| company_name.svg
  1. In logos.json, add a JSON entry for your company

JSON Object

{
  "title": "Company Name",
  "filename": "company_name",
  "url": "https://company_url.com",
  "category": ["Category"]
}

Example

{
  "title": "Polaris Bank",
  "filename": "polaris_bank",
  "url": "https://www.polarisbanklimited.com/",
  "category": ["Banking", "Financial Services"]
}
  1. If your company category is not reflected in categories section below, feel free to use a new category. If you do so, kindly edit this file; adding the newly used category (/contributing.md) in your PR as well. NB: Your jsonObject category can also be a combined form 2 or more categories in this form: e.g.
"category": ["NGO", "Ecommerce"] or
"category": ["NGO", "Ecommerce", "Marketplace"] or
"category": ["NGO"]
  1. Make sure your company URL has the http:// or https:// prefix or it will be rendered as invalid (this is to prevent some quirks in link redirection). NB: By default, all empty or invalid urls will be linked to google search rather than the official website.
"url": "https://paystack.com" or
"url": "https://www.paystack.com"
not
"url": "paystack.com" or
"url": "www.paystack.com"

Categories

* Banking
* Financial Services
* Branding
* Construction
* Coworking
* CRM
* Virtual Office
* Cryptocurrency
* Ecommerce
* Marketplace
* NGO
* EdTech
* FMCG
* Conglomerate
* Foundation
* Gaming
* Sports
* Government Agency
* Health
* Media
* Entertainment
* Newspaper
* Blog
* Petroleum and Gas
* Product Design
* Real Estate
* Restaurant
* Software
* ICT
* Telecommunication
* ISP
* Transportation
* Agritech
* Publishing
* Web Host
* Domain Registrar
* Local Search
* Business Ratings and Reviews
* Online Food Delivery
* Event Management
* PropTech

NOTE: Pull requests are usually reviewed within 24 hours. Once your pull request is merged, you should see your logo on the site a few minutes after.