README_contribute: Update instructions

This commit is contained in:
Bastien 2017-12-29 18:58:14 +01:00
parent d792b57ffc
commit a4d4f9701c
1 changed files with 16 additions and 15 deletions

View File

@ -12,7 +12,7 @@ development.
Anyone can get a clone of the current repository state using Anyone can get a clone of the current repository state using
the command the command
git clone git://orgmode.org/org-mode.git git clone https://code.orgmode.org/bzg/org-mode.git
Having a clone is sufficient to start hacking and to produce Having a clone is sufficient to start hacking and to produce
patches that can easily and consistently be applied to the patches that can easily and consistently be applied to the
@ -23,19 +23,19 @@ development.
git clone git://repo.or.cz/org-mode.git git clone git://repo.or.cz/org-mode.git
3. People who are interested to participate in the Org mode 3. People who are interested in participating to the Org mode
development can do so by sending patches to this address: development can do so by sending patches to this address:
[[mailto:emacs-orgmode@gnu.org][emacs-orgmode@gnu.org]] [[mailto:emacs-orgmode@gnu.org][emacs-orgmode@gnu.org]]
4. An interested developer can also request push access to the 4. An interested developer can also request push access to the
central repository by sending her/his user-info to the central repository by creating an account on code.orgmode.org
maintainer of Org mode or the webmaster of orgmode.org. and by sending her/his user info to the maintainer.
After you have been added as a user with push privileges, After you have been added as a user with push privileges,
clone the repository through ssh using clone the repository through ssh using
git clone orgmode@orgmode.org:org-mode.git git clone git@code.orgmode.org:bzg/org-mode.git
By requesting push access, you acknowledge that you have read By requesting push access, you acknowledge that you have read
and agreed with the following rules: and agreed with the following rules:
@ -65,24 +65,25 @@ development.
- Among other things, Org mode is widely appreciated because - Among other things, Org mode is widely appreciated because
of its simplicity, cleanness and consistency. We should try of its simplicity, cleanness and consistency. We should try
hard to preserve this and I would like to ask everyone to hard to preserve this and ask everyone to keep this in mind
keep this in mind when developing changes. when developing changes.
* The contrib directory * The contrib/ directory
The git repository contains a contrib directory. This directory The git repository contains a =contrib/= directory. This directory
is the playing field for any developer, also people who have not 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 (yet) signed the papers with the FSF. You are free to add files
to this directory, implementing extensions, new link types etc. to this directory, implementing extensions, new link types etc.
Also non-Lisp extensions like scripts to process Org files in Also non-Lisp extensions like scripts to process Org files in
different ways are welcome in this directory. You should provide different ways are welcome in this directory. You should provide
documentation with your extensions, at least in the form of documentation with your extensions, at least in the form of
commentary in the file, better on worg. Please discuss your commentary in the file, better on worg. Please discuss your
extensions on [[mailto:emacs-orgmode@gnu.org][emacs-orgmode@gnu.org]]. extensions on [[mailto:emacs-orgmode@gnu.org][emacs-orgmode@gnu.org]].
After files have been tested in contrib and found to be generally After files have been tested in =contrib/= and found to be
useful, we may decide to clarify copyright questions and then generally useful, we may decide to clarify copyright questions
move the file into the Org mode core. This means they will be and then move the file into the Org mode core. This means they
moved up to the root directory and will also eventually be added will be moved up to the root directory and will also eventually
to GNU Emacs bzr repository. The final decision about this rests be added to GNU Emacs git repository. The final decision about
with the maintainer. this rests with the maintainer.