Fix CONTRIBUTING.md

This commit is contained in:
Jeremy 2022-07-18 15:09:53 +12:00 committed by GitHub
parent a0be1b1d30
commit 52eed0186d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
# Welcome to GitHub docs contributing guide # Contributing guide
Thank you for investing your time in contributing to our project! :sparkles:. Thank you for investing your time in contributing to our project! :sparkles:.
@ -12,11 +12,11 @@ Project structure:
``` ```
. .
├── assets - assets for creating background images ├── assets - assets for creating background images
| ├── background_template - Photoshop project file for creating background image | ├── background_template - Photoshop project files for creating background images
| ├── icons - icons that gets copied to icons folder in every theme | ├── icons - icons that get copied to icons folder in every theme
| └── preview_template - Photoshop project file for creating preview image | └── preview_template - Photoshop project files for creating preview images
├── customize - non-compressed themes ├── customize - non-compressed themes
├── font - fonts used in each theme ├── font - fonts used in each theme
├── preview - preview images for Github repository ├── preview - preview images for README.md
└── themes - compressed themes ready to install in .tar format └── themes - compressed themes ready to install in .tar format
``` ```