gdg-x / boomerang

Easy website for your GDG Chapter
http://gdg-x.github.io/boomerang/
Apache License 2.0
74 stars 104 forks source link

Add Code of Conduct page #62

Closed Splaktar closed 8 years ago

Splaktar commented 9 years ago

See http://dev.gdgtc.com/gdgtc-site-polymer/#conduct for example.

SaptakS commented 8 years ago

Would like to contribute in this enhancement. Should the content for the code of conduct page be the same as the one given in the above link?

friedger commented 8 years ago

@SaptakS Actually, there is the http://github.com/gdg-x/code_of_conduct/

So this issue is about adding a link to the contributing page, similar to https://github.com/gdg-x/frisbee

SaptakS commented 8 years ago

But the code of conduct page is in .md format. So even if we give the link, it won't appear as an HTML page. Correct me if I am wrong or if I understood something wrong..

friedger commented 8 years ago

That is good enough: https://github.com/gdg-x/code_of_conduct/blob/master/CONTRIBUTING.md

[image: --] Friedger Müffke [image: http://]about.me/friedger http://about.me/friedger

2016-02-23 13:01 GMT+01:00 Saptak Sengupta notifications@github.com:

But the code of conduct page https://github.com/gdg-x/code_of_conduct/ is in .md format. So even if we give the link, it won't appear as an HTML page. Correct me if I am wrong or if I understood something wrong..

— Reply to this email directly or view it on GitHub https://github.com/gdg-x/boomerang/issues/62#issuecomment-187672383.

SaptakS commented 8 years ago

Ok.

Splaktar commented 8 years ago

Actually, this issue is about having a real HTML COC page in the boomerang app. So no, a link to github is not enough.

What Friedger is referring to is a separate issue.

Splaktar commented 8 years ago

As for content, the COC content from the link mentioned is for GDG-X. The COC content that should be displayed in boomerang should be the GDG COC.

We should also include the values statement as well. Here it is : GDG [insert Chapter Name] is an inclusive community where developers, designers, and entrepreneurs of all skill levels, genders, religions, and backgrounds are welcome to learn, practice, and share Google technologies, services, and platforms. Our motto is “Be excellent to each other;” if you see or experience anything different please contact [name of GDG lead]

SaptakS commented 8 years ago

Ok. Will start work on this asap.

Splaktar commented 8 years ago

OK, as for the actual messaging of the CoC, I don't have a final version of it yet.

I think that the GDG Community Guidelines are too focused on GDG Organizer things like the mailing list.

Other examples: http://www.meetup.com/seattle-gdg/pages/Code_of_Conduct/ http://gdggigcity.com/coc http://dev.gdgtc.com/gdgtc-site-polymer/#conduct http://gdg-dublin.appspot.com/#!/code-of-conduct

SaptakS commented 8 years ago

Should I provide a new object in the configService.js file to edit the content of Code of Conduct? Then, each community can edit the content they want to display on their respect code of conduct page.

Splaktar commented 8 years ago

I would rather not put that much text into the configService. If a chapter wanted to customize it, I don't think modifying the template is too bad.

SaptakS commented 8 years ago

Ok.

SaptakS commented 8 years ago

Fixed in #79