* [bug#31482] [PATCH] website: contribute: Add paragraph on code of conduct.
@ 2018-05-16 23:41 Tonton
2018-05-17 13:46 ` bug#31482: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Tonton @ 2018-05-16 23:41 UTC (permalink / raw)
To: 31482; +Cc: Tonton
* website/apps/base/templates/contribute.scm: Add paragraph on
code of conduct.
---
website/apps/base/templates/contribute.scm | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/website/apps/base/templates/contribute.scm b/website/apps/base/templates/contribute.scm
index 274938a..b9879cf 100644
--- a/website/apps/base/templates/contribute.scm
+++ b/website/apps/base/templates/contribute.scm
@@ -44,6 +44,17 @@
" in IRC Freenode. Tell us how would you like to help, and we
will do our best to guide you. ")
+ (p
+ "We want to provide a warm, friendly, and harassment-free environment,
+ so that anyone can contribute to the best of their abilities. To this
+ end our project uses a “Contributor Covenant”, which was adapted from "
+ (a (@ (href "https://contributor-covenant.org/"))
+ "https://contributor-covenant.org/")
+ ". You can find the full pledge in "
+ (a (@ (href ,(guix-url "manual/html_node/Code-of-Conduct.html#Code-of-Conduct")))
+ "the manual")
+ ".")
+
(div
(@ (class "centered-text"))
--
2.17.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#31482: [PATCH] website: contribute: Add paragraph on code of conduct.
2018-05-16 23:41 [bug#31482] [PATCH] website: contribute: Add paragraph on code of conduct Tonton
@ 2018-05-17 13:46 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-05-17 13:46 UTC (permalink / raw)
To: Tonton; +Cc: 31482-done
[-- Attachment #1: Type: text/plain, Size: 343 bytes --]
Hi!
Tonton <tonton@riseup.net> skribis:
> * website/apps/base/templates/contribute.scm: Add paragraph on
> code of conduct.
I made the changes below so that the link matches what we currently have
on line (the on-line copy of the manual is updated only upon new
releases), and pushed it on-line.
Thanks! :-)
Ludo’.
[-- Attachment #2: Type: text/x-patch, Size: 850 bytes --]
diff --git a/website/apps/base/templates/contribute.scm b/website/apps/base/templates/contribute.scm
index b9879cf..2cf9e8b 100644
--- a/website/apps/base/templates/contribute.scm
+++ b/website/apps/base/templates/contribute.scm
@@ -50,10 +50,9 @@
end our project uses a “Contributor Covenant”, which was adapted from "
(a (@ (href "https://contributor-covenant.org/"))
"https://contributor-covenant.org/")
- ". You can find the full pledge in "
- (a (@ (href ,(guix-url "manual/html_node/Code-of-Conduct.html#Code-of-Conduct")))
- "the manual")
- ".")
+ ". You can find the full pledge in the "
+ (a (@ (href "//git.savannah.gnu.org/cgit/guix.git/tree/CODE-OF-CONDUCT"))
+ (tt "CODE-OF-CONDUCT")) " file.")
(div
(@ (class "centered-text"))
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-05-17 13:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-16 23:41 [bug#31482] [PATCH] website: contribute: Add paragraph on code of conduct Tonton
2018-05-17 13:46 ` bug#31482: " Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.