Update README.contributing to point to new Contributing wiki page
authorAndrew Bartlett <abartlet@samba.org>
Wed, 3 Jun 2020 03:43:28 +0000 (15:43 +1200)
committerJeremy Allison <jra@samba.org>
Fri, 12 Jun 2020 22:11:43 +0000 (22:11 +0000)
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
README.contributing

index 21678cd8140f578b3880008e4d3a1449cfcd874a..2a44e37f9e835de7e9382fa62c815cabe93d9a98 100644 (file)
@@ -1,16 +1,11 @@
 How to contribute a patch to Samba
 ----------------------------------
 
-Simple, just make the code change, and email it as either a "diff -u"
-change, or as a "git format-patch" change against the original source
-code to samba-technical@lists.samba.org, or attach it to a bug report at
-http://bugzilla.samba.org
-
-For larger code changes, breaking the changes up into a set of simple
-patches, each of which does a single thing, are much easier to review.
-Patch sets like that will most likely have an easier time being merged
-into the Samba code than large single patches that make lots of
-changes in one large diff.
+Please see https://wiki.samba.org/index.php/Contribute
+for detailed set-by-step instructions on how to submit a patch
+for Samba via GitLab.
+
+Samba's GitLab mirror is at https://gitlab.com/samba-team/samba
 
 Ownership of the contributed code
 ---------------------------------