CONTRIBUTE: Announce the move of contrib/ to a new repository

This commit is contained in:
Bastien 2021-05-03 11:25:22 +02:00
parent 670f45e0ee
commit 3520c5b9a5
1 changed files with 9 additions and 21 deletions

View File

@ -1,8 +1,10 @@
-*- mode: org; fill-column:70 -*-
The text below explains the rules for participating in Org mode The text below explains the rules for participating in Org mode
development. development.
* Org maintenance
Org maintenance is explained on Worg: see [[https://orgmode.org/worg/org-maintenance.html][org-maintenance]].
* Main contribution rules * Main contribution rules
1. The master git repository is hosted publicly at [[https://orgmode.org][orgmode.org]]. 1. The master git repository is hosted publicly at [[https://orgmode.org][orgmode.org]].
@ -62,25 +64,11 @@ development.
preserve this and ask everyone to keep this in mind when preserve this and ask everyone to keep this in mind when
proposing changes. proposing changes.
* The contrib/ directory See [[https://orgmode.org/worg/org-contribute.html][worg/org-contribute]] for more guidance on how to contribute
effectively.
The git repository contains a =contrib/= directory. This directory is * The =contrib/= directory
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.
Also non-Lisp extensions like scripts to process Org files in different The git repository used to contain a =contrib/= directory, which was
ways are welcome in this directory. You should provide documentation moved to https://git.sr.ht/~bzg/org-contrib before Org 9.5, which see.
with your extensions, at least in the form of commentary in the file,
better on worg. Please discuss your extensions on
[[mailto:emacs-orgmode@gnu.org][emacs-orgmode@gnu.org]].
After files have been tested in =contrib/= and found to be generally
useful, we may decide to clarify copyright questions and then move the
file into the Org mode core. This means they will be moved up to the
root directory and will also eventually be added to GNU Emacs git
repository. The final decision about this rests with the maintainer.
* Org maintenance
Org maintenance is explained on Worg: see [[https://orgmode.org/worg/org-maintenance.html][org-maintenance]].