Skip to content

Commit

Permalink
Markdown lint compliance (jdm-contrib#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
Foggalong authored Sep 23, 2021
1 parent 2584a2b commit b0496a8
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 27 deletions.
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/new_entry.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ assignees: ''

---

# Backstory
## Backstory

<!-- Tell a bit about how you approached the deletion request and how it went -->

# Data
## Data

<!-- Fill in the fields below, delete any optional ones that do not apply or that you don't have the information -->

- `name`: <!-- The name of the service -->
Expand Down
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/update_entry.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ assignees: ''

---

# Backstory
## Backstory

<!-- Tell a bit about how you noticed the deletion process changed -->

# Data
## Data

<!-- Check the fields that changed below and provide the new value -->

- [ ] `name`: <!-- New name -->
Expand Down
9 changes: 4 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ The sites, urls and additional notes are stored in `_data/sites.json`. If you wa
- `url`: The url of the account-deletion page. If no such page exists, the url should be a contact or help page explaining the process of account deletion.
- `url_CODE`: *(optional)* Use the language `CODE` as suffix of the url field to provide language-specific deletion codes, shown on the respective language page.
- `difficulty`: This is an indicator used on the site to determine the difficulty of account deletion. Use one of:
- `easy`: Sites with a simple process such as a 'delete account' button
- `medium`: Sites that do allow account deletion but require you to perform additional steps
- `hard`: Sites that require you to contact customer services or those that don't allow automatic or easy account deletion
- `impossible`: For sites where it's basically impossible to totally delete your account, even if you contact them
- `easy`: Sites with a simple process such as a 'delete account' button
- `medium`: Sites that do allow account deletion but require you to perform additional steps
- `hard`: Sites that require you to contact customer services or those that don't allow automatic or easy account deletion
- `impossible`: For sites where it's basically impossible to totally delete your account, even if you contact them
- `notes`: *(optional)* Notes will be shown when someone hovers on that service. Notes may include additional information you might need to delete your account (e.g. Skype) or consequences of deleting your account (e.g. iTunes). If you are drastically changing existing notes, do delete its translations, unless you have proficiency in one or more of them.
- `notes_CODE`: *(optional)* Use the language `CODE` as suffix of the `notes` field to provide language-specific instructions, shown on the respective language page.
- `email`: *(optional)* If you have to send an email to a company to cancel your account, add the email address here. We'll do the rest.
Expand All @@ -35,7 +35,6 @@ If you want to help on the translation of the site, you can read [translation re

Look for the `CODE.json` file in the `_data/trans/` directory where `CODE` is your [short country code](https://en.wikipedia.org/wiki/Country_code)


### Add a new translation

1. Create a new `CODE.json` file in the `_data/trans/` directory where `CODE` is your [short country code](https://en.wikipedia.org/wiki/Country_code)
Expand Down
34 changes: 16 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
JustDeleteMe
============
# JustDeleteMe

A directory of direct links to delete your account from web services.

Expand All @@ -10,50 +9,49 @@ A directory of direct links to delete your account from web services.
JustDeleteMe is built using [Jekyll](https://jekyllrb.com/) and is linted and
validated using a mixture of Ruby and Node.js packages and scripts.

**Dependencies:**
### Dependencies

- [Ruby](https://www.ruby-lang.org) (>=2.7.2)
- [Node.js](https://nodejs.org)

**Installation**
### Installation

- Clone the repository

```
```sh
git clone https://github.com/jdm-contrib/jdm.git
```

- Install dependencies

```
```sh
cd jdm
gem install bundler
bundle install
```

**Building the site**
### Building the site

Just run `jekyll serve`

**Testing**
### Testing

Tests are run via the "cibuild" script, and can be run via `./script/cibuild`

## Contributing

If you want to help, do read our [contributing](CONTRIBUTING.md) guidelines.

## Misc

Search functionality modified from [DevCenter.me](https://github.com/stevestreza/DevCenter.me).
To help with translating, also see our [translation](TRANSLATION_REFERENCE.md)
guidelines.

## License

Licensed under the MIT License (MIT). See `LICENSE`.

Country Flag Icons Copyright (c) 2017 Go Squared Ltd. http://www.gosquared.com/
Project licensed under the [MIT License](LICENSE) (MIT). This is a detached
fork of the [original repo](https://github.com/justdeleteme/justdelete.me)
that intends to keep the project alive, as the original one was abandoned.

DevCenter.me Copyright (c) 2013 Steve Streza
Flags modified from [gosquared/flags](https://github.com/gosquared/flags),
MIT licensed, Copyright (c) 2017 Go Squared Ltd.

This is a detached fork of the original repo that intends to keep the project
alive, as the original one was abandoned.
Search functionality modified from [DevCenter.me](https://github.com/stevestreza/DevCenter.me),
MIT licensed, Copyright (c) 2013 Steve Streza.

0 comments on commit b0496a8

Please sign in to comment.