From 2e32e7bc36f8298b0ff0dc897914bd5407bc0e97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20=C5=9Arodo=C5=84?= Date: Tue, 29 Nov 2022 08:35:49 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fa86e09..8c82a06 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,12 +11,10 @@ To get an overview of the project, read the [README](README.md) and [wiki page]( ``` . ├── assets - assets for creating background images -| ├── background_template - Photoshop project files for creating background images -| ├── icons - icons that get copied to icons folder in every theme -| └── preview_template - Photoshop project files for creating preview images +| ├── fonts - fonts used in each theme +| └── icons - icons that get copied to icons folder in every theme ├── 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.json - json file containing all themes definitions (used as database for wiki page) @@ -26,9 +24,8 @@ To get an overview of the project, read the [README](README.md) and [wiki page]( Folders that trigger new action/workflow: -- assets/icons +- assets - customize -- font Every time you create new commit on master branch, github action bot will update all files (as defined in [this file](https://github.com/AdisonCavani/distro-grub-themes/blob/master/.github/workflows/update-content.yml)). You can track your workflows [here](https://github.com/AdisonCavani/distro-grub-themes/actions).