diff options
author | 2021-05-15 12:43:53 +0200 | |
---|---|---|
committer | 2021-05-15 12:43:53 +0200 | |
commit | fd45d0e3024e200ae16134e9da1f48230c304943 (patch) | |
tree | ae3d640244981a30ed30119f4a226b003675378e | |
parent | add matrix link (diff) | |
download | gotosocial-fd45d0e3024e200ae16134e9da1f48230c304943.tar.xz |
draft CoC
-rw-r--r-- | CONTRIBUTING.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9be2a36c4..2c82ef2a7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,6 +16,14 @@ You can also drop into the GoToSocial Matrix room [here](https://matrix.to/#/!md This is the recommended way of keeping in touch with other developers, asking direct questions about code, and letting everyone know what you're up to. +## Code of Conduct + +In lieu of a fuller code of conduct, here are a few ground rules. + +1. We *DO NOT ACCEPT* PRs from right-wingers, Nazis, transphobes, homophobes, racists, harassers, abusers, white-supremacists, misogynists, tech-bros of questionable ethics. If that's you, politely fuck off somewhere else. +2. Any PR that moves GoToSocial in the direction of surveillance capitalism or other bad fediverse behavior will be rejected. +3. Don't spam the chat too hard. + ## Setting up your development environment To get started, you first need to have Go installed. GTS was developed with Go 1.16.4, so you should take that too. See [here](https://golang.org/doc/install). |