浏览代码

CONTRIBUTE: Fix link for cloning as a contributor

Bastien 4 年之前
父节点
当前提交
a33ad982f5
共有 1 个文件被更改,包括 7 次插入2 次删除
  1. 7 2
      CONTRIBUTE

+ 7 - 2
CONTRIBUTE

@@ -24,9 +24,11 @@ development.
    After you have been added as a user with push privileges, you can
    clone the repository like this:
 
-   : git clone git://git.savannah.gnu.org/emacs/org-mode.git
+   : git clone USERNAME@git.savannah.gnu.org:/srv/git/emacs/org-mode.git
 
-   By requesting push access, you acknowledge that you have read and
+   Replace =USERNAME= with your Savannah username.
+
+4. By requesting push access, you acknowledge that you have read and
    agreed with the following rules:
 
    - Org mode is part of GNU Emacs.  Therefore, we need to be very
@@ -62,6 +64,9 @@ The git repository contains a =contrib/= directory.  This directory is
 the playing field for any developer, also people who have not (yet)
 signed the papers with the FSF.  You are free to add files to this
 directory, implementing extensions, new link types etc.
+=======
+See [[https://orgmode.org/worg/org-contribute.html][worg/org-contribute]] for guidance on how to contribute effectively.
+>>>>>>> Stashed changes
 
 Also non-Lisp extensions like scripts to process Org files in different
 ways are welcome in this directory.  You should provide documentation