Update CONTRIBUTING.md

This commit is contained in:
Adrian Środoń 2022-12-05 09:35:09 +01:00 committed by GitHub
parent 2e32e7bc36
commit 0e03661654
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```