Add code of conduct
This is a first draft of a xonsh "xode of xonduct" for all community members.
It borrows very heavily from the Jupyter Project CoC https://github.com/jupyter/governance/blob/master/conduct/code_of_conduct.md
Note that all the links to emails / forms are not currently valid. We'll need to figure out where / how to set up a mailing list / submission form, but the general content here is open for review.
@xonsh/xore -- as many of you as can weigh in on this it would be greatly appreciated (as time allows).
To everyone else reading this, your comments are also very welcome.
It will be great to add "We prefer copy-pastable code blocks." :)
#xonsh
$HELLO='world'
echo $HELLO
# world
instead of:
user@host ~ $ $HELLO='world'
user@host ~ $ echo $HELLO
world
Every time the block isn't copy-pastable one xonsh supporter put an x on the issue =)
UPD: I've created xontrib-hist-format for this.
@anki-code I understand the sentiment, but I think that should go to CONTRIBUTING, not the code of conduct.
@gforsyth should we just merge this?
@daniel-shimon -- I think we need to figure out a process for setting up a xon.sh email for people to contact if needed. I was talking to @Carreau about this ages ago re: setting up the appropriate records with the registrar but we got derailed a few times.
Oh, yeah, I need to recontact my registar and give access to Gil.
I think the domain is payed until sometime in 2022, but once it's close to expiry we can migrate it away from OVH europe to make management easier. I believe one of the reason I went with them in the first place was that .sh is restrictive with who can register such domain
Closing this out until I get a mail server set up, which might be never.