From 0e0366165488c1b7dcc96528e6b8f920a76cac2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20=C5=9Arodo=C5=84?= Date: Mon, 5 Dec 2022 09:35:09 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8c82a06..e9fa426 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,3 +29,11 @@ Folders that trigger new action/workflow: 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). + +### Branches + +``` +├── master - main branch containing latest changes +├── legacy - obsolete C# program, replaced by Github Actions workflow +└── templates - PSD, phosothop templates for background images +```