diff options
author | Joshua Branson <jbranso@fastmail.com> | 2018-11-09 11:52:30 -0500 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-11-09 20:07:14 +0100 |
commit | cad631504c9f2a6a439c799c6ef86b884bbc63c9 (patch) | |
tree | 53e1f99e8babf8587de82908f34abcd63c5c853e /contributing | |
parent | 3e25a0fd194bbdb1838abb0a17832252eb03462a (diff) |
Some mini edits for the contributing and dde pages.
Diffstat (limited to 'contributing')
-rw-r--r-- | contributing/web_pages.mdwn | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/contributing/web_pages.mdwn b/contributing/web_pages.mdwn index dbcc49b1..49758ff1 100644 --- a/contributing/web_pages.mdwn +++ b/contributing/web_pages.mdwn @@ -24,6 +24,9 @@ projects: * Install your changes *early* and *often*: don't hold your contribution back until you think it is perfect. +(!) An occasional Hurd contributer has a long [[youtube video|https://www.youtube.com/watch?v=56JLJvzUkQo]] +where he shows one how to contribute to editing these web pages. + ## Syntax Before doing any changes, you are encouraged to play a bit in the @@ -248,11 +251,11 @@ want to publish. Finally, publish the good ones. If you have a local mail transfer agent running, the following is all you have to do: - $ git send-email --to web-hurd@gnu.org *.patch + $ git send-email --to bug-hurd@gnu.org *.patch [...] If you don't have an MTA running, you'll have to find another way: either post -the `*.patch` files to <web-hurd@gnu.org> or upload them somewhere for us to +the `*.patch` files to <bug-hurd@gnu.org> or upload them somewhere for us to download them from. |