Tonton transcribed 3.8K bytes: > I realize as I'm updating the CoC in the source and adding it to the info > docs, that the original introduction from contributing was much nicer. It > has a positive focus. Should I change the paragraf under to use > something like the following from contributing: > > > 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 > > <http://contributor-covenant.org/>. You can find a local version in the > > ‘CODE-OF-CONDUCT’ file in the source tree. > > I also took the liberty of starting to add the updated CoC in full as a > section under contributing in the manual (learning texinfo, it's actually > quite nice I find). Gives me two questions: > > First this something we would like - to have the > CoC as a section just like we have the section Building from Git > (https://www.gnu.org/software/guix/manual/html_node/Building-from-Git.html#Building-from-Git)? > I could also add it as a subsection of contributing, making it part of the > landing. But it seemed better to me to have it separately, maybe. > > Secondly, how do I see the changes I make to the texi files after 'make > info'? This is probably covered in the manual, if so I'll find it when I > continue tomorrow.
For the website, I have a sxml version of this CoC version. You'd need to check which words I added in (I added 3 or 4 extra words I think), but if you want to link to it on the website or even include it, could that be useful? > On Wed, 16 May 2018 01:36:31 +0200 > Tonton <[email protected]> wrote: > > > --- > > 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..8b62994 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 > > + "The Guix community pledge to making participation a harrassment > > + free experience for everyone, regardless of age, body size, > > disability, > > + ethnicity, gender identity and expression, level of experience, > > + education, socio-economic status, nationality, personal appearance, > > + race, religion, or sexual identity and orientation. The full text > > of our > > + code of conduct is in " > > + (a (@ (href ,(guix-url "manual/html_node/Contributing.html"))) > > + "the manual ") > > + "and the file 'CODE-OF-CONDUCT' in the source tree. ") > > + > > (div > > (@ (class "centered-text")) > > > > > > -- > I use gpg to sign my emails. All the symbols you may see at the bottom > of this mail is my cryptographic signature. It can be ignored, or used > to check that it really is me sending this email. Learn more by asking > me or see: https://u.fsf.org/zb or https://ssd.eff.org/
