From 1fd9e36aa21e45ff817d5c8edf60e347b42ea84b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20=C5=9Arodo=C5=84?= Date: Sun, 6 Nov 2022 13:56:33 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e1934cf..5e4783a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,14 +1,13 @@ # Contributing guide -Thank you for investing your time in contributing to our project! :sparkles:. +Thank you for investing your time in contributing to this project! :sparkles:. ## New contributor guide -To get an overview of the project, read the [README](README.md). +To get an overview of the project, read the [README](README.md) and [wiki page](https://github.com/AdisonCavani/distro-grub-themes/wiki). -## Getting started +### Project structure: -Project structure: ``` . ├── assets - assets for creating background images @@ -20,3 +19,14 @@ Project structure: ├── preview - preview images for README.md └── themes - compressed themes ready to install in .tar format ``` + +### Workflow + +Folders that trigger new action/workflow: + +- assets/icons +- 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).