Add list of CoC contacts - #483
Open
encukou wants to merge 5 commits into
Open
Conversation
hroncok
requested changes
Aug 15, 2026
hroncok
left a comment
Member
There was a problem hiding this comment.
The preselected email subjects are not consistent in English and Czech and I don't like either of them.
- "Code of Conduct" is not specific enough. Add "report" maybe?
- "Stížnost ohledně kodexu chování" is too verbose, and I don't like "stížnost" in this context. I lack better alternatives, though; I will brainstorm in person.
wrt review: I have skimmed through the code changes, and they look reasonable. However, I have not tested them. I focused on prose.
Co-authored-by: Miro Hrončok <miro@hroncok.cz>
encukou
commented
Aug 15, 2026
encukou
left a comment
Member
Author
There was a problem hiding this comment.
Let's make the default subject short; people can add more info before sending
hroncok
approved these changes
Aug 16, 2026
hroncok
left a comment
Member
There was a problem hiding this comment.
technological solution looks OK, but I don't have the data spreadsheet, so I cannot test that. (one nitpick)
| context = select_language(data, lang) | ||
| context['lang'] = lang | ||
| context['this'] = 'coc' | ||
| return render_template('coc.html', **context) No newline at end of file |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Our CoC sends peoples to event organizers, who might not be the best people to handle these kind of issues.
Instead, let's reuse the Board as CoC contacts. (Perhaps not the best group, but we don't have another reasonably sized group of specific active people that's regularly kept up to date.)
If event organizers want different contacts, those get priority.
I've already added a
coc_mailcolumn to the internal member table.Later we might want a better reporting mail than
board@pyvec.org, and include the PSF CoC WG as "final arbiters", but that should be simpler content changes.Don't merge before PR: