-
Notifications
You must be signed in to change notification settings - Fork 5
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
add Code of Conduct #8
base: master
Are you sure you want to change the base?
Conversation
cc: @expressjs/express-tc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do prefer we use github's ability to inherit these kinds of files in cases where we'd just be duplicating or linking back to it anyways.
For packages which need a tweak, then yes we should include it in source. Otherwise Im happy to see the stock contributing and CoC just be inherited.
Code-Of-Conduct.md
Outdated
|
||
If an issue arises and you cannot resolve it directly with the parties | ||
involved, you can report it to the Express project TC through the following | ||
email: [email protected] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we sure that this email list is working/updated?
Code-Of-Conduct.md
Outdated
This is a foundation-wide team established to manage escalation when a reporter | ||
believes that a report to a member project or the CPC has not been properly | ||
handled. In order to escalate to the CoCP send an email to | ||
[email protected]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we sure that this email list is working/updated?
Good call on the emails. Same comments I made here but I missed them in this PR. Edit: started a slack convo with Ben to get these sorted out before we merge this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please rename the file to: CODE_OF_CONDUCT.md
This adds the code of conduct so that all repositories that don't have this file yet will have it and it will be up to date. It also resolves bjohansebas/codemod#12 (comment).