CONTRIBUTE 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. -*- mode: org; fill-column:70 -*-
  2. The text below explains the rules for participating in Org mode
  3. development.
  4. * Org maintenance
  5. Org maintenance is detailed on Worg: see [[https://orgmode.org/worg/org-maintenance.html][org-maintenance]].
  6. * Main contribution rules
  7. 1. The master git repository is hosted publicly on [[https://savannah.gnu.org][savannah.gnu.org]].
  8. : git clone https://git.savannah.gnu.org/git/emacs/org-mode.git
  9. This is sufficient to start hacking and to produce patches that can
  10. easily and consistently be applied to the main repository.
  11. 2. People who want to participate to the Org mode development can send
  12. patches to this address:
  13. : emacs-orgmode@gnu.org
  14. 3. If you are a regular contributor, you can request push access to
  15. the repository by creating an account on [[https://savannah.gnu.org/account/register.php][savannah.gnu.org]] and by
  16. [[https://savannah.gnu.org/git/?group=emacs][joining the Emacs group]].
  17. After you have been added as a user with push privileges, you can
  18. clone the repository like this:
  19. : git clone USERNAME@git.savannah.gnu.org:/srv/git/emacs/org-mode.git
  20. Replace =USERNAME= with your Savannah username.
  21. 4. By requesting push access, you acknowledge that you have read and
  22. agreed with the following rules:
  23. - Org mode is part of GNU Emacs. Therefore, we need to be very
  24. conscious about changes moving into the Org mode core. These can
  25. originate only from people who have signed the appropriate papers
  26. with the Free Software Foundation. The files to which this
  27. applies are:
  28. - all *.el files in the lisp directory of the repository
  29. - orgcard.tex and all *.org files in the doc/ directory
  30. - Before making any significant changes, please explain and discuss
  31. them on the mailing list [[mailto:emacs-orgmode@gnu.org][emacs-orgmode@gnu.org]].
  32. This does obviously not apply to people who are maintaining their
  33. own contributions to Org mode. Please just use the new mechanism
  34. to make sure all changes end up in the right place.
  35. We value a nice tone in our discussions: please check and respect
  36. the [[https://www.gnu.org/philosophy/kind-communication.en.html][GNU Kind Communications Guidelines]].
  37. - Org mode no longer uses ChangeLog entries to document changes.
  38. Instead, special commit messages are used, as described in the
  39. `CONTRIBUTE' file in the main Emacs repository.
  40. - Among other things, Org mode is widely appreciated because of its
  41. simplicity, cleanness and consistency. We should try to preserve
  42. them and ask everyone to keep this in mind when posting changes.
  43. See [[https://orgmode.org/worg/org-contribute.html][worg/org-contribute]] for guidance on how to contribute effectively.
  44. * The =contrib/= directory
  45. The git repository used to contain a =contrib/= directory. Files in
  46. this directory were moved to a new [[https://git.sr.ht/~bzg/org-contrib][org-contrib]] repository before Org
  47. 9.5. You can install the new =org-contrib= from [[https://elpa.nongnu.org/nongnu/][NonGNU ELPA]].