Skip to content

LPMatrix/death-note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

death note

Death Note

A tribute and log of beloved African products and services that failed.

Contribute

To add a product, gather the following information:

  • Name of Product (name)
  • Launch Year (dateOpen)
  • Discontinued Year (dateClose)
  • Description (description)
  • Country (country)

If you are already familiar with git, follow these steps:

  1. If you haven't already, start by forking this repository.
  2. Create a new branch in your fork. Name it using the product you want to add
  3. Switch to that branch (should happen automatically if you've just created it) and open the deathnote.json file
  4. Use the information gathered above to add a JSON entry in the following format:
  {
    "dateClose": "YYYY",
    "dateOpen": "YYYY",
    "description": "[Product Name] was a single sentence overview of the product or service.",
    "name": "[Product Name]",
    "country": "Country",
  }
  1. Finally, create a Pull Request (PR) using the newly created branch (Important: DON'T use the master branch for the PR). Submit it with the necessary explanations.