diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:17:06 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:17:06 +0000 |
commit | 744613caa871bccf3d490b11bfd6c16b180e79f7 (patch) | |
tree | dea28958854eba5e608bc718638214d2d2de7a81 /HACKING | |
parent | Initial commit. (diff) | |
download | gsettings-desktop-schemas-9a0f0fde4c109f86190892e6969016701ef06d0d.tar.xz gsettings-desktop-schemas-9a0f0fde4c109f86190892e6969016701ef06d0d.zip |
Adding upstream version 43.0.upstream/43.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -0,0 +1,31 @@ +Hacking on gsettings-desktop-schemas +==================================== + + + The development occurs in git: + + http://git.gnome.org/browse/gsettings-desktop-schemas + + For information on how to access GNOME git please read: + + https://wiki.gnome.org/Git + + + Please send patches as bug reports in GNOME Bugzilla: + + https://bugzilla.gnome.org/ (product gsettings-desktop-schemas) + + Your patch should be in unified diff form (the -u option to GNU + diff). See also: + + https://wiki.gnome.org/GnomeLove/SubmittingPatches + + + Please try and send a patch against a recent version of this package. + Patches against git master are most preferable. + + + Don't commit any but the most trivial patches without approval. + + + Exceptions to this are: + + - Translators may commit basic i18n related patches to the build + setup. + - Build sheriff are welcome - in accordance with the relevant build + sheriff constraints. |