unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#70603: How to contribute to Emacs website?
@ 2024-04-27  2:54 Elijah G
  2024-04-27 10:51 ` Eli Zaretskii
  2024-04-27 16:56 ` Elijah G
  0 siblings, 2 replies; 5+ messages in thread
From: Elijah G @ 2024-04-27  2:54 UTC (permalink / raw)
  To: 70603

Hello, I'm interested in contributing to the official Emacs website
(https://www.gnu.org/software/emacs/)
and maybe to (non)GNU ELPA website too, i would like to know Where I
can find their source files? Where send
the patches? and Where to discuss my ideas?

Regards.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#70603: How to contribute to Emacs website?
  2024-04-27  2:54 bug#70603: How to contribute to Emacs website? Elijah G
@ 2024-04-27 10:51 ` Eli Zaretskii
  2024-05-19 22:56   ` Stefan Kangas
  2024-04-27 16:56 ` Elijah G
  1 sibling, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2024-04-27 10:51 UTC (permalink / raw)
  To: Elijah G; +Cc: 70603

> From: Elijah G <eg642616@gmail.com>
> Date: Fri, 26 Apr 2024 20:54:07 -0600
> 
> Hello, I'm interested in contributing to the official Emacs website
> (https://www.gnu.org/software/emacs/)
> and maybe to (non)GNU ELPA website too, i would like to know Where I
> can find their source files?

Here:

  https://savannah.gnu.org/cvs/?group=emacs

(search for "Webpage" on that page).

> Where send the patches?

As usual, submit a bug report, which will be directed to our issue
tracker at debbugs.

> and Where to discuss my ideas?

On emacs-devel, please.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#70603: How to contribute to Emacs website?
  2024-04-27  2:54 bug#70603: How to contribute to Emacs website? Elijah G
  2024-04-27 10:51 ` Eli Zaretskii
@ 2024-04-27 16:56 ` Elijah G
  2024-05-02  6:39   ` Philip Kaludercic
  1 sibling, 1 reply; 5+ messages in thread
From: Elijah G @ 2024-04-27 16:56 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Elijah G, 70603

On Sat, Apr 27, 2024 at 4:51 AM Eli Zaretskii <eliz@gnu.org> wrote:
>
> > From: Elijah G <eg642616@gmail.com>
> > Date: Fri, 26 Apr 2024 20:54:07 -0600
> >
> > Hello, I'm interested in contributing to the official Emacs website
> > (https://www.gnu.org/software/emacs/)
> > and maybe to (non)GNU ELPA website too, i would like to know Where I
> > can find their source files?
>
> Here:
>
>   https://savannah.gnu.org/cvs/?group=emacs
>
> (search for "Webpage" on that page).
>
> > Where send the patches?
>
> As usual, submit a bug report, which will be directed to our issue
> tracker at debbugs.
>
> > and Where to discuss my ideas?
>
> On emacs-devel, please.

Thank you.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#70603: How to contribute to Emacs website?
  2024-04-27 16:56 ` Elijah G
@ 2024-05-02  6:39   ` Philip Kaludercic
  0 siblings, 0 replies; 5+ messages in thread
From: Philip Kaludercic @ 2024-05-02  6:39 UTC (permalink / raw)
  To: Elijah G; +Cc: Eli Zaretskii, 70603

Elijah G <eg642616@gmail.com> writes:

> On Sat, Apr 27, 2024 at 4:51 AM Eli Zaretskii <eliz@gnu.org> wrote:
>>
>> > From: Elijah G <eg642616@gmail.com>
>> > Date: Fri, 26 Apr 2024 20:54:07 -0600
>> >
>> > Hello, I'm interested in contributing to the official Emacs website
>> > (https://www.gnu.org/software/emacs/)
>> > and maybe to (non)GNU ELPA website too, i would like to know Where I
>> > can find their source files?

Note that the source code for elpa.gnu.org and elpa.nongnu.org are
respectively to be found in

https://git.savannah.gnu.org/cgit/emacs/elpa.git
https://git.savannah.gnu.org/cgit/emacs/nongnu.git

>> Here:
>>
>>   https://savannah.gnu.org/cvs/?group=emacs
>>
>> (search for "Webpage" on that page).
>>
>> > Where send the patches?
>>
>> As usual, submit a bug report, which will be directed to our issue
>> tracker at debbugs.
>>
>> > and Where to discuss my ideas?
>>
>> On emacs-devel, please.
>
> Thank you.
>
>
>
>

-- 
	Philip Kaludercic on peregrine





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#70603: How to contribute to Emacs website?
  2024-04-27 10:51 ` Eli Zaretskii
@ 2024-05-19 22:56   ` Stefan Kangas
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Kangas @ 2024-05-19 22:56 UTC (permalink / raw)
  To: Eli Zaretskii, Elijah G; +Cc: 70603-done

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Elijah G <eg642616@gmail.com>
>> Date: Fri, 26 Apr 2024 20:54:07 -0600
>>
>> Hello, I'm interested in contributing to the official Emacs website
>> (https://www.gnu.org/software/emacs/)
>> and maybe to (non)GNU ELPA website too, i would like to know Where I
>> can find their source files?

Thanks for your interest in working on this.

>> and Where to discuss my ideas?
>
> On emacs-devel, please.

Since this discussion is better moved to emacs-devel, I'm closing this
bug report now.  Please open separate bug report(s) with patches
containing the changes you propose making.

Thanks,





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-05-19 22:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-27  2:54 bug#70603: How to contribute to Emacs website? Elijah G
2024-04-27 10:51 ` Eli Zaretskii
2024-05-19 22:56   ` Stefan Kangas
2024-04-27 16:56 ` Elijah G
2024-05-02  6:39   ` Philip Kaludercic

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

	https://git.savannah.gnu.org/cgit/emacs.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).