mirror of
https://github.com/AdisonCavani/distro-grub-themes.git
synced 2025-06-06 07:12:33 +02:00
Update CONTRIBUTING.md
This commit is contained in:
parent
81425ca0d0
commit
2e32e7bc36
1 changed files with 3 additions and 6 deletions
|
@ -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
|
├── assets - assets for creating background images
|
||||||
| ├── background_template - Photoshop project files for creating background images
|
| ├── fonts - fonts used in each theme
|
||||||
| ├── icons - icons that get copied to icons folder in every theme
|
| └── icons - icons that get copied to icons folder in every theme
|
||||||
| └── preview_template - Photoshop project files for creating preview images
|
|
||||||
├── customize - non-compressed themes
|
├── customize - non-compressed themes
|
||||||
├── docs - documentation markdown files
|
├── docs - documentation markdown files
|
||||||
├── fonts - fonts used in each theme
|
|
||||||
├── preview - preview images for README.md
|
├── 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)
|
└── 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:
|
Folders that trigger new action/workflow:
|
||||||
|
|
||||||
- assets/icons
|
- assets
|
||||||
- customize
|
- 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)).
|
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).
|
You can track your workflows [here](https://github.com/AdisonCavani/distro-grub-themes/actions).
|
||||||
|
|
Loading…
Add table
Reference in a new issue