From 98598cf49025c5aab110c334fcbe7cd199657304 Mon Sep 17 00:00:00 2001 From: DeaDvey Date: Mon, 29 Jul 2024 20:00:57 +0100 Subject: [PATCH] fixed inconsistent hyphens! --- docs/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 5d24567..990d431 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -22,14 +22,14 @@ For small fixes or incremental improvements simply fork the repo and follow the - Have a first line with less than *80 characters* and have a second line that is *empty* if you want to add a description. 4. Once you are happy with your changes, submit a pull request. - - Open the pull-request. + - Open the pull request. - Add a short description explaining briefly what you've done (or if it's a work-in-progress - what you need to do) ## Issues 1. Do a quick search on GitHub to check if the issue has already been reported. 2. [Open an issue](https://github.com//javalsai/lidm/issues/new) and describe the issue you are having - you could include: - - Screenshots + - Screenshots. - Ways to reproduce the issue. - Your lidm version. - Your platform (e.g. arch linux or Ubuntu 15.04 x64)