summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@hpjansson.org>2023-10-05 16:00:57 +0200
committerHans Petter Jansson <hpj@hpjansson.org>2023-10-05 16:00:57 +0200
commit115d62a1684deeb69fa1f4816e8c16af1c91286f (patch)
treef93bee4250d1e6a31d78f4faea3402d39926a424
parentb226bf5ea18de6ea6c61eb06fec93edfe0cbc85e (diff)
docs: Bring HACKING notes into the Gitlab era
-rw-r--r--HACKING17
1 files changed, 7 insertions, 10 deletions
diff --git a/HACKING b/HACKING
index ae41802..4705d7d 100644
--- a/HACKING
+++ b/HACKING
@@ -1,22 +1,19 @@
Hacking on desktop-file-utils
=============================
- + The development occurs in git:
+ + The development occurs in Gitlab:
- http://cgit.freedesktop.org/desktop-file-utils/
+ https://gitlab.freedesktop.org/xdg/desktop-file-utils/
For information on how to access freedesktop.org git please read:
- http://www.freedesktop.org/wiki/Infrastructure/git
+ https://www.freedesktop.org/wiki/Infrastructure/git
- + Please send patches as bug reports in freedesktop.org Bugzilla:
+ + Please submit any changes using merge requests in Gitlab.
- https://bugs.freedesktop.org/ (product desktop-file-utils)
-
- Your patch should be in unified diff form (the -u option to GNU
- diff). See also:
-
- http://live.gnome.org/GnomeLove/SubmittingPatches
+ If you prefer to submit patches, you can do so by creating a new issue
+ and attaching the patch. It should be in unified diff form (the -u option
+ to GNU diff).
+ Please try and send a patch against a recent version of this package.
Patches against git master are most preferable.