Skip to content

Commit

Permalink
Update README with type info.
Browse files Browse the repository at this point in the history
  • Loading branch information
codyogden committed Dec 12, 2018
1 parent b945994 commit 1cd4835
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/ISSUE_TEMPLATE/add-an-obituary.md
Expand Up @@ -6,4 +6,11 @@ about: Report a dead or dying product to Killed by Google.

**What's the Product's Name?**

**Any idea when it was killed by Google?**
**Describe the product in a single sentence.**

**When was the product launched? Provide a specific date, if possible.**

**When was the product discontinued? Provide a specific date, if possible.**

**What type of product was it? App, Service, or Hardware?**

7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -21,6 +21,7 @@ To add a product, add it to `graveyard.json` file. You'll need the following inf
- Discontinued Date (`dateClose`)
- Description (`description`)
- Link (`link`)
- Type (`type`)

The object should be appended to `graveyard.json` in the following format (note the alphabetical order of keys):

Expand All @@ -30,7 +31,8 @@ The object should be appended to `graveyard.json` in the following format (note
"dateOpen": "YYYY-MM-DD",
"description": "[Product Name] was a single sentence overview of the product or service.",
"link": "https://any.link-to-a.source/will/work-and-wikipedia-is-cool",
"name": "[Product Name]"
"name": "[Product Name]",
"type": "app|service|hardware"
}
```

Expand All @@ -44,5 +46,8 @@ Please be respectful, only use past tense.
### Link
Link should be a resource that mentions the discontinuation date and talks about the product. Wikipedia is perfect.

### Type
The type should be either `app`, `service`, or `hardware` as a string.

## Thanks Where Thanks is Due
I'd like to thank the [Wikimedia Foundation](https://wikimediafoundation.org) and [Internet Archive](https://archive.org/) for their wonderful resources, including the ability to track down broken links, home page graphics, and screenshots of services from the past. They have been invaluable tools in gathering information and content for Killed by Google. If you are able, I encourage you to make a donation to these organizations for the wonderful work they do in sharing knowledge and preserving history.

0 comments on commit 1cd4835

Please sign in to comment.