From 8fdd1666e03817bdd7262a0c48931ad117b5f595 Mon Sep 17 00:00:00 2001 From: nullishamy Date: Tue, 21 May 2024 02:21:26 +0100 Subject: [PATCH] docs: add resources to contributing guide --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0a809eaa..cc1660f8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,3 +38,7 @@ extracted folders to `~/.local/share/themes` yourself, adding a suffix as approp > [!WARNING] > If you pass `--link` to the install script when working from a PR, it will forcibly overwrite your `~/.config/gtk-4.0/` symlinks. > You will have to reinstall / relink to revert this. + +### Useful resources +- GNOME-shell sources: https://gitlab.gnome.org/GNOME/gnome-shell/-/tree/gnome-46/data/theme +- GTK inspector guide: https://developer.gnome.org/documentation/tools/inspector.html \ No newline at end of file