-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
moderation mailing list #5
Comments
I know that @nebrius has a utility he built to help make it possible to use a phone call or text as well (I believe it is with twilio). It might be good to have as an option. |
The state of this for IMO we should use |
Ok. That works for me. |
@jasnell just make a PR against aliases.json. { "from": "report", "to": [
"[email protected]",
…
] } |
Once this is setup on iojs.org I can ask IT to make |
hmm... the challenge with that @Starefossen is that aliases.json is public and we don't necessarily want it to be known who all is receiving the messages going to the |
Ideally the alias would just post a new issue in the moderation repo, if that is possible |
fwiw, here's my tool: https://github.com/nebrius/incident-reporter. It's a phone based system based on Twilio. It's more useful for live events, where response time is paramount tbh. |
-1 to secret lists, it's a public repo for a reason, transparency is a big deal, if someone can't list their address then I'd question their qualifications for moderating anything |
as an aside, if a private list really was deemed necessary for some extreme reason then I imagined that it could be done with some additional tooling that pulled in data from the nodejs/secrets repo where we keep proper secret stuff |
The goal is not a secret mailing list, it's about providing an entry point for moderation reports. Having notes post to the moderation mailing list is a perfect solution. This is really no different than the use of [email protected] as a medium for reporting sensitive security matters. |
and again, there's no reason for [email protected] to be secret, I initially had it set up @iojs.org but it was consolidated to @nodejs.org which is unfortunately obscured behind Google Apps. I'd rather pull all of it out to a public repo, there's currently no justification for any of it being secret as far as I'm concerned. |
What would have been cool is a way to link email aliases to Node.js GitHub org teams since these teams are public to all Node.js members: { "from": "report", "to": [
"@nodejs/inclusivity",
"@nodejs/tsc",
…
] } |
The TSC should be in the loop as well. I don't think we should offload all responsibility to a WG.
I disagree for similar reasons as @rvagg: transparency and accountability are important. No shadowy cabals. |
At this point, I agree. The list of moderators should be absolutely public.
|
For reference, there's some relevant discussion about level of involvement in moderation from the inclusivity WG over here. |
I find having a public facing contact point @ Creating a mailing-list |
@misterdjules while true, there's severe technical limitations with setting up @nodejs.org emails for reasons I don't fully remember.. |
We need to get those resolved. While I don't mind the |
Can't we just set up |
Yeah @Starefossen that's how I'd like to see it used, not that we publicise @iojs.org addresses but use it as a way of managing the lists more easily. @mikeal do you feel like filling an issue with the helpdesk to get a public "group" added for [email protected] with [email protected] as the only member? |
@rvagg that should be easy, although I'm not sure if it'll be an account or a group. We basically just need a forward right? |
Yeah, just forward. If it's an account it's another $5/month, if it's a group it can be an account-less forward. Let them figure it out though. |
the email forward is setup, is the iojs.org automation working? |
@mikeal PR #6 wasn't merged, I've done that now and run the update so [email protected] should be active, I'll try it out |
not working, I think maybe mailgun doesn't like aliases to point to aliases, will have to do some expansion |
working now, my bad |
We need an email alias (perhaps
[email protected]
) that individuals can use to report CoC violations. It should forward to members of the @nodejs/inclusivity WG@rvagg ... what is the process for getting this set up?
The text was updated successfully, but these errors were encountered: