diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 15:25:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 15:25:44 +0000 |
commit | 26e5532cd264d58100e9db9c28ee6f13c4b36ab8 (patch) | |
tree | 6165da9db89a878424c0da6b6f8824dece5735ec /HACKING | |
parent | Initial commit. (diff) | |
download | gsettings-desktop-schemas-upstream.tar.xz gsettings-desktop-schemas-upstream.zip |
Adding upstream version 3.38.0.upstream/3.38.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. |