From 52eed0186d56e6ded8074c797d3f0f1445cd859f Mon Sep 17 00:00:00 2001 From: Jeremy Date: Mon, 18 Jul 2022 15:09:53 +1200 Subject: [PATCH] Fix CONTRIBUTING.md --- CONTRIBUTING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6eaa2fe..e1934cf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -# Welcome to GitHub docs contributing guide +# Contributing guide Thank you for investing your time in contributing to our project! :sparkles:. @@ -12,11 +12,11 @@ Project structure: ``` . ├── assets - assets for creating background images -| ├── background_template - Photoshop project file for creating background image -| ├── icons - icons that gets copied to icons folder in every theme -| └── preview_template - Photoshop project file for creating preview image +| ├── 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 Github repository +├── preview - preview images for README.md └── themes - compressed themes ready to install in .tar format ```