summaryrefslogtreecommitdiff
path: root/README.contributing
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2020-06-03 15:43:28 +1200
committerJeremy Allison <jra@samba.org>2020-06-12 22:11:43 +0000
commit07856586073572fb2c3a56f2e5e4da3bd4e4daf2 (patch)
tree8b3bb39995a9b3a12e1dd028988cb420f897a74f /README.contributing
parent7655a0298e5f55582bf48ec776d8cd8b79fb5dd9 (diff)
downloadsamba-07856586073572fb2c3a56f2e5e4da3bd4e4daf2.tar.gz
Update README.contributing to point to new Contributing wiki page
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'README.contributing')
-rw-r--r--README.contributing15
1 files changed, 5 insertions, 10 deletions
diff --git a/README.contributing b/README.contributing
index 21678cd8140..2a44e37f9e8 100644
--- a/README.contributing
+++ b/README.contributing
@@ -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
---------------------------------