From ff689fce74b9133fa6e6a5b8a4ed45d1f5c74640 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20=C5=9Arodo=C5=84?= Date: Thu, 17 Nov 2022 22:44:51 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b242a1a..fa86e09 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,9 +15,11 @@ To get an overview of the project, read the [README](README.md) and [wiki page]( | ├── icons - icons that get copied to icons folder in every theme | └── preview_template - Photoshop project files for creating preview images ├── customize - non-compressed themes +├── docs - documentation markdown files ├── fonts - fonts used in each theme ├── preview - preview images for README.md -└── themes - compressed themes ready to install in .tar format +├── themes - compressed themes ready to install in .tar format +└── themes.json - json file containing all themes definitions (used as database for wiki page) ``` ### Workflow