From 2d3eb07bc8d4aa48d3d9c940ca906aa766c4d159 Mon Sep 17 00:00:00 2001 From: Hubert Pelczarski <41551030+hoob3rt@users.noreply.github.com> Date: Wed, 17 Mar 2021 01:35:49 +0100 Subject: [PATCH] docs: removed extension guide from CONTRIBUTING.md --- CONTRIBUTING.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ab04371..4b5e936 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,10 +3,9 @@ ### General -* 2 spaces -* snake_case +please use lua-format before creating a pr :smile: -### All contributions are very welcome but themes/ extensions require a lot of work on my part if not done properly so here's a guide on how to do them. +### All contributions are very welcome but themes require a lot of work on my part if not done properly so here's a guide on how to do them. ### Adding a theme @@ -84,7 +83,3 @@ lualine.options.theme = gruvbox ``` - -### Adding an extension - -* add your extension with screenshots attached to [EXTENSIONS.md](./EXTENSIONS.md) while maintaining alphabetical order