emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
blob 63ed0bd4a49ed6201598fe85018568669f01c720 3535 bytes (raw)
name: README_contribute 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
 
  -*- mode: org; fill-column:65 -*-

This is the GIT repository for the development of Org-mode, an
Emacs mode for organizing your life.

The text below explains the rules for participating in Org-mode
development.

* Main rules

1. The master git repository is hosted publicly at orgmode.org.
   Anyone can get a clone of the current repository state using
   the command

     git clone git://orgmode.org/org-mode.git

   Having a clone is sufficient to start hacking and to produce
   patches that can easily and consistently be applied to the
   main repository.

2. There is a mirror hosted publicly at repo.or.cz.  Anyone can
   get a clone of the current repository state using the command

     git clone git://repo.or.cz/org-mode.git

3. People who are interested to participate in the Org-mode
   development can to so by sending patches to this address:

     [[mailto:emacs-orgmode@gnu.org][emacs-orgmode@gnu.org]]

4. An interested developer can also request push access to the
   central repository by sending her/his user-info to the
   maintainer of Org-mode or the webmaster of orgmode.org.

   After you have been added as a user with push privileges,
   clone the repository through ssh using

     git clone orgmode@orgmode.org:org-mode.git

   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 conscious about changes moving into the Org-mode core.
     These can originate only from people who have signed the
     appropriate papers with the Free Software Foundation.  The
     files to which this applies are:

     - all *.el files in the lisp directory of the repository
     - org.texi, orgcard.tex in the doc directory
     - the corresponding ChangeLog files

   - Before making any significant changes, please explain and
     discuss them on the mailing list emacs-orgmode@gnu.org.

     This does obviously not apply to people who are maintaining
     their own contributions to Org-mode.  Please, just use the
     new mechanism to make sure all changes end up in the right
     place.

   - Org-mode no longer uses ChangeLog entries to document
     changes. Instead, special commit messages are used, as
     described in the `CONTRIBUTE' file in the main Emacs
     repository.

   - Among other things, Org-mode is widely appreciated because
     of its simplicity, cleanness and consistency.  We should try
     hard to preserve this and I would like to ask everyone to
     keep this in mind when developing changes.

* The contrib directory

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.
Also non-Lisp extensions like scripts to process Org-mode files
in different ways are welcome in this directory.  You should
provide documentation 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 bzr repository.  The final decision about this rests
with the maintainer.

debug log:

solving 63ed0bd ...
found 63ed0bd in https://list.orgmode.org/orgmode/CAOqdjBe4LO2nWJsJBaghU4KAw8nbU=ujZQLEp4Py3Z3TLn2VVA@mail.gmail.com/
found 3e1ef6d in https://git.savannah.gnu.org/cgit/emacs/org-mode.git
preparing index
index prepared:
100644 3e1ef6d6bd59f2f21921f2f9c53272282d894274	README_contribute

applying [1/1] https://list.orgmode.org/orgmode/CAOqdjBe4LO2nWJsJBaghU4KAw8nbU=ujZQLEp4Py3Z3TLn2VVA@mail.gmail.com/
diff --git a/README_contribute b/README_contribute
index 3e1ef6d..63ed0bd 100644

Checking patch README_contribute...
Applied patch README_contribute cleanly.

index at:
100644 63ed0bd4a49ed6201598fe85018568669f01c720	README_contribute

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).