diff options
author | Alex Sassmannshausen <alex.sassmannshausen@gmail.com> | 2015-12-09 18:29:25 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-12-09 22:18:47 +0100 |
commit | dcb7119a6dcc1c0830040f19d929972ee0440b91 (patch) | |
tree | 84b7b81362b92dd73a4ae9ac49b44ae6c85f89cf /doc/contributing.texi | |
parent | 873d0ff2cddfbd260e8ae3a76cb2731a6139eb6b (diff) | |
download | patches-dcb7119a6dcc1c0830040f19d929972ee0440b91.tar patches-dcb7119a6dcc1c0830040f19d929972ee0440b91.tar.gz |
doc: rephrase code of conduct.
* doc/contributing.texi (Contributing): Rephrase 'code of conduct'
section.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc/contributing.texi')
-rw-r--r-- | doc/contributing.texi | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi index b3a936582b..54fb23a822 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -9,12 +9,11 @@ particularly welcome help on packaging (@pxref{Packaging Guidelines}). @cindex code of conduct, of contributors @cindex contributor covenant -In the interest of welcoming everyone who thinks this is a great project -to contribute to---which it is, indeed!---contributors express their -commitment to providing a warm, friendly, and harassment-free experience -by agreeing to our ``Contributor Covenant'', adapted from -@url{http://contributor-covenant.org/}, and which can be found in the -@file{CODE-OF-CONDUCT} file in the source tree. +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 +@url{http://contributor-covenant.org/}. You can find a local version in +the @file{CODE-OF-CONDUCT} file in the source tree. @menu * Building from Git:: The latest and greatest. |