1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

; * CONTRIBUTE: Yet another clarification of significant changes.

This commit is contained in:
Eli Zaretskii 2021-02-12 09:25:13 +02:00
parent d03f2a6ee9
commit da64a257a4

View File

@ -66,12 +66,15 @@ more reliably, and makes the job of applying the patches easier and less
error-prone. It also allows sending patches whose author is someone error-prone. It also allows sending patches whose author is someone
other than the email sender. other than the email sender.
Once the cumulative amount of your submissions exceeds about 15 lines Once the cumulative amount of your submissions exceeds about 10 lines
of non-trivial code you added or changed (not counting deleted lines), of non-trivial changes, we will need you to assign to the FSF the
we will need you to assign to the FSF the copyright for your copyright for your contributions. (To see how many lines were
contributions. Ask on emacs-devel@gnu.org, and we will send you the non-trivially changed, count only added and modified lines in the
necessary form together with the instructions to fill and email it, in patched code. Consider an added or changed line non-trivial if it
order to start this legal paperwork. includes at least one identifier, string, or substantial comment.)
Ask on emacs-devel@gnu.org, and we will send you the necessary form
together with the instructions to fill and email it, in order to start
this legal paperwork.
** Issue tracker (a.k.a. "bug tracker") ** Issue tracker (a.k.a. "bug tracker")