mirror of
https://github.com/AdisonCavani/distro-grub-themes.git
synced 2025-06-06 07:12:33 +02:00
22 lines
895 B
Markdown
22 lines
895 B
Markdown
# Contributing guide
|
|
|
|
Thank you for investing your time in contributing to our project! :sparkles:.
|
|
|
|
## New contributor guide
|
|
|
|
To get an overview of the project, read the [README](README.md).
|
|
|
|
## Getting started
|
|
|
|
Project structure:
|
|
```
|
|
.
|
|
├── 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
|
|
├── customize - non-compressed themes
|
|
├── font - fonts used in each theme
|
|
├── preview - preview images for README.md
|
|
└── themes - compressed themes ready to install in .tar format
|
|
```
|