summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorMarek Kasik <mkasik@redhat.com>2022-08-09 14:50:35 +0200
committerMarek Kasik <mkasik@redhat.com>2022-08-09 14:50:35 +0200
commit0c05fcc8f7929c0a631bb9108649027f0abef446 (patch)
tree6fc67af7a5588ca26a1895a4660b37941508522c /HACKING
parentc7c2eb8c8d902becab0114644623cbfd68d34963 (diff)
Update HACKING and README files
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING17
1 files changed, 8 insertions, 9 deletions
diff --git a/HACKING b/HACKING
index 0c5a5cc..412ae33 100644
--- a/HACKING
+++ b/HACKING
@@ -1,24 +1,23 @@
Hacking on cups-pk-helper
=========================
- + The development occurs in git:
+ + The development occurs in freedesktop.org's GitLab:
- http://cgit.freedesktop.org/cups-pk-helper/
+ https://gitlab.freedesktop.org/cups-pk-helper/cups-pk-helper/
- For information on how to access freedesktop.org git please read:
+ For information on how to access freedesktop.org's GitLab please read:
http://www.freedesktop.org/wiki/Infrastructure/git
- + Please send patches as bug reports in freedesktop.org Bugzilla:
+ + Please report found issues and feature requests in freedesktop.org's GitLab:
- https://bugs.freedesktop.org/ (product cups-pk-helper)
+ https://gitlab.freedesktop.org/cups-pk-helper/cups-pk-helper/-/issues
- Your patch should be in unified diff form (the -u option to GNU
- diff). See also:
+ + Please send your changes as merge requests in freedesktop.org's GitLab:
- http://live.gnome.org/GnomeLove/SubmittingPatches
+ https://gitlab.freedesktop.org/cups-pk-helper/cups-pk-helper/-/merge_requests
- + Please try and send a patch against a recent version of this package.
+ + Please try and send merge requests 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.