diff --git a/README.md b/README.md index e277b12..9dd6381 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Latest Release](https://badgen.net/github/release/javalsai/lidm)](https://github.com/javalsai/lidm/releases) # LiDM -LiDM is a really light display manager made in C, highly customizable and held together by hopes and prayers 🙏. +LiDM is a really light UI portion a [login manager](https://en.wikipedia.org/wiki/Login_manager), a non graphical [X Display Manager](https://en.wikipedia.org/wiki/X_display_manager) made in C, highly customizable and held together by hopes and prayers 🙏. ![demo gif](assets/media/lidm.gif) > *shown as in a featured terminal emulator, actual linux console doesn't support as much color and decorations* diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index c5e2f85..212b4e4 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -23,14 +23,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)