summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2020-12-24 09:30:43 -0500
committerJonas Bernoulli <jonas@bernoul.li>2021-10-21 00:38:23 +0200
commitf809ca0f88e7a8381d5d162491b1eb7437daccb4 (patch)
tree6eca49c5b1da9d417d3e5e764e9e6faf8e0343ff /README
parent85d1352cf3e98d0579e4a3ef48f357fa2ad916cb (diff)
* README: Don't recommend sending patches
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index c7a1a6e..55ad7ad 100644
--- a/README
+++ b/README
@@ -260,15 +260,15 @@ Start your message with an explanation about the package. A
copy-paste of the package's =Summary= and =Commentary= is perfectly fine
here, but you can write more or less than that if you'd like.
-At the bottom of the message contents include the changes you're going
-to make (the patch). For a single-file package this can be the
-package file itself instead of the patch. If you prefer (and if you
+In your message include the URL of a Git repository where your package can
+be found (or if that's not convenient and the package is small enough,
+include a copy of its code as an attachment). If you prefer (and if you
have push access), you can push your changes to a branch called
=scratch/<pkg-name>=, and mention the branch in your message.
After 48 hours, or once any issues have been addressed, someone will push
your changes for you. You should probably also subscribe to
-[[https://lists.gnu.org/mailman/listinfo/emacs-devel][emacs-devel@gnu.org]], since that's where we discuss about GNU Elpa, and
+[[https://lists.gnu.org/mailman/listinfo/emacs-devel][emacs-devel@gnu.org]], since that's where we discuss about GNU ELPA, and
to [[https://lists.gnu.org/mailman/listinfo/bug-gnu-emacs][bug-gnu-emacs@gnu.org]], since that's where people will report bugs
about your package.