diff options
Diffstat (limited to 'CONTRIBUTE')
| -rw-r--r-- | CONTRIBUTE | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE index cb09391c324..bbf52628620 100644 --- a/CONTRIBUTE +++ b/CONTRIBUTE | |||
| @@ -66,11 +66,15 @@ more reliably, and makes the job of applying the patches easier and less | |||
| 66 | error-prone. It also allows sending patches whose author is someone | 66 | error-prone. It also allows sending patches whose author is someone |
| 67 | other than the email sender. | 67 | other than the email sender. |
| 68 | 68 | ||
| 69 | Once the cumulative amount of your submissions exceeds about 15 lines | 69 | Once the cumulative amount of your submissions exceeds a dozen or so |
| 70 | of non-trivial changes, we will need you to assign to the FSF the | 70 | lines of non-trivial changes, we will need you to assign to the FSF |
| 71 | copyright for your contributions. Ask on emacs-devel@gnu.org, and we | 71 | the copyright for your contributions. (To see how many lines were |
| 72 | will send you the necessary form together with the instructions to | 72 | non-trivially changed, count only added and modified lines in the |
| 73 | fill and email it, in order to start this legal paperwork. | 73 | patched code. Consider an added or changed line non-trivial if it |
| 74 | includes at least one identifier, string, or substantial comment.) | ||
| 75 | Ask on emacs-devel@gnu.org, and we will send you the necessary form | ||
| 76 | together with the instructions to fill and email it, in order to start | ||
| 77 | this legal paperwork. | ||
| 74 | 78 | ||
| 75 | ** Issue tracker (a.k.a. "bug tracker") | 79 | ** Issue tracker (a.k.a. "bug tracker") |
| 76 | 80 | ||