From ba8798ac1f4d27d9eb98af14979a6a35c018b627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20=C5=9Arodo=C5=84?= Date: Mon, 5 Jun 2023 13:33:20 +0200 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5884e50..bd7f5a0 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -16,6 +16,5 @@ Please delete options that are not relevant. # Checklist: - [ ] My code follows the style guidelines of this project (correct file and folder structure) -- [ ] The background image for theme is called ``background.png`` -- [ ] ``theme.txt`` has correct *'desktop-image: "background.png"'* attribute -- [ ] I updated `themes.json` file (JSON database) +- [ ] The background image for theme follows naming convention: `theme_name.png` +- [ ] I updated [`themes.json`](https://github.com/AdisonCavani/distro-grub-themes/blob/master/themes.json) file (JSON database)