From 81137973650a14a12bb14d9ae9764232a067897e Mon Sep 17 00:00:00 2001 From: IcarusTheFly Date: Sat, 14 Oct 2023 19:14:53 +1100 Subject: [PATCH] docs: Remove not needed whitespaces in markdown files --- CONTRIBUTING.md | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 920486e7..5af6436d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -63,14 +63,14 @@ should add unique value. #### Commit Messages Formatting - Prefer to use the [Conventional Commits](https://www.conventionalcommits.org/) format: `: `. If necessary, put any extra information in the description. -- Commit types include (but are not limited to): +- Commit types include (but are not limited to): - **docs**: Documentation only changes - **feat**: A new feature - **fix**: A bug fix - **test**: Adding or fixing tests - **chore**: CI / code quality / minor quality of life improvements -- **Examples**: +- **Examples**: - `feat: add quicksort algorithm` - `chore: fix spelling` - `fix: improper error message` diff --git a/README.md b/README.md index 930e83b4..6d69eb18 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ TypeScript Repository of TheAlgorithms, which implements various algorithms and [![Contributions Welcome][welcome]](CONTRIBUTING.md) [![Discord chat][chat]][discord-server] - + ---