xonsh icon indicating copy to clipboard operation
xonsh copied to clipboard

Add code of conduct

Open gforsyth opened this issue 5 years ago • 5 comments

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.

gforsyth avatar Oct 28 '20 21:10 gforsyth

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 avatar Oct 30 '20 00:10 anki-code

@anki-code I understand the sentiment, but I think that should go to CONTRIBUTING, not the code of conduct.

carmenbianca avatar Oct 30 '20 00:10 carmenbianca

@gforsyth should we just merge this?

daniel-shimon avatar Sep 06 '21 18:09 daniel-shimon

@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.

gforsyth avatar Sep 09 '21 14:09 gforsyth

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

Carreau avatar Sep 09 '21 14:09 Carreau

Closing this out until I get a mail server set up, which might be never.

gforsyth avatar Feb 14 '24 14:02 gforsyth