From 74940bd61c200f23f3a497594afa251f99d2d517 Mon Sep 17 00:00:00 2001 From: christian-bromann Date: Mon, 9 Sep 2019 11:07:44 +0200 Subject: [PATCH 1/4] add COC --- CODE_OF_CONDUCT.md | 34 ++++++++++++++++++++++++++++++++++ README.md | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000..82cffc3 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,34 @@ +# Code of Conduct + +The OpenJS Foundation and its member projects use the Contributor +Covenant v1.4.1 as its Code of Conduct. Refer to the following +for the full text: + +* [english](https://www.contributor-covenant.org/version/1/4/code-of-conduct) +* [translations](https://www.contributor-covenant.org/translations) + +Refer to the section on reporting and escalation in this document for the specific emails that can be used to report and escalate issues. + +# Reporting + +## Project Spaces + +For reporting issues in spaces related to a member project please use the email provided by the project for reporting. Projects handle CoC issues related to the spaces that they maintain. Projects maintainers commit to: + +* maintain the confidentiality with regard to the reporter of an incident +* to participate in the path for escalation as outlined in + the section on Escalation when required. + +## Foundation Spaces +For reporting issues in spaces managed by the OpenJS Foundation, for example, repositories within the OpenJS organization, use the email `report@lists.openjsf.org`. The Cross Project Council (CPC) is responsible for managing these reports and commits to: + +* maintain the confidentiality with regard to the reporter of an incident +* to participate in the path for escalation as outlined in + the section on Escalation when required. + +# Escalation + +The OpenJS Foundation maintains a Code of Conduct Panel (CoCP). 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 `"coc-escalation@lists.openjsf.org`. + +For more information, refer to the full +[Code of Conduct governance document](https://github.com/openjs-foundation/bootstrap/blob/master/proposals/stage-1/CODE_OF_CONDUCT/FOUNDATION_CODE_OF_CONDUCT_REQUIREMENTS.md). \ No newline at end of file diff --git a/README.md b/README.md index 1c3c9b0..9514dfe 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,6 @@ If you are interested in contributing to a specific area that is not already cov [![QUnit](https://openjsf.org/wp-content/uploads/sites/84/2019/05/qunit_medium.png "QUnit")](https://qunitjs.com/) [![JerryScript](https://openjsf.org/wp-content/uploads/sites/84/2019/05/jerryscript_medium.png "JerryScript")](https://jerryscript.net/) -## [Code Of Conduct](https://github.com/openjs-foundation/cross-project-council/blob/master/CODE_OF_CONDUCT.md#code-of-conduct) +## [Code Of Conduct](https://github.com/openjs-foundation/code-and-learn/blob/master/CODE_OF_CONDUCT.md#code-of-conduct) In the interest of fostering an open and welcoming environment, we as organizers, contributors and maintainers pledge to make participation for the event, in our projects and community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation. \ No newline at end of file From afa8f91cf59eff5b11d3da566f8bd29b08845dd3 Mon Sep 17 00:00:00 2001 From: christian-bromann Date: Mon, 9 Sep 2019 11:14:07 +0200 Subject: [PATCH 2/4] add issue template to create session proposals --- .github/ISSUE_TEMPLATE/session-proposal.md | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/session-proposal.md diff --git a/.github/ISSUE_TEMPLATE/session-proposal.md b/.github/ISSUE_TEMPLATE/session-proposal.md new file mode 100644 index 0000000..a4ed7f0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/session-proposal.md @@ -0,0 +1,31 @@ +--- +name: Code&Learn Session Proposal +about: Submit a session proposal for the Code&Learn event +title: 'Session Topic: ' +labels: Session Proposal +assignees: christian-bromann, evahowe, jorydotcom, keywordnew + +--- + + + +**Topic of the session** + + +**Project** + + + +**Describe the session** + + +**Additional context (optional)** \ No newline at end of file From ce2906cb548ed12d33b331ef0a47eaa883a2e4dc Mon Sep 17 00:00:00 2001 From: christian-bromann Date: Mon, 9 Sep 2019 11:17:19 +0200 Subject: [PATCH 3/4] update link for new proposal --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9514dfe..fbf409d 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Check out the list of already [proposed Code&Learn sessions](https://github.com/ #### Propose Your Session -If you are interested in contributing to a specific area that is not already covered in the proposed sessions you can [create a new issue](https://github.com/openjs-foundation/code-and-learn/issues/new) and we will try to find the appropiate faciliator of the project for it. Please understand that a proposed session needs to have at least 5-10 attendees that are also interested to contribute in the session. +If you are interested in contributing to a specific area that is not already covered in the proposed sessions you can [create a new issue](https://github.com/openjs-foundation/code-and-learn/issues/new?assignees=christian-bromann%2C+evahowe%2C+jorydotcom%2C+keywordnew&labels=Session+Proposal&template=session-proposal.md&title=Session+Topic%3A+) and we will try to find the appropiate faciliator of the project for it. Please understand that a proposed session needs to have at least 5-10 attendees that are also interested to contribute in the session. ## Participating Projects From 052efe2ba4aaa086c613211fa1034ece6e1244e8 Mon Sep 17 00:00:00 2001 From: sendilkumarn Date: Wed, 24 Feb 2021 22:51:16 +0100 Subject: [PATCH 4/4] chore: update master to HEAD --- CODE_OF_CONDUCT.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 82cffc3..3f1a164 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -31,4 +31,4 @@ For reporting issues in spaces managed by the OpenJS Foundation, for example, re The OpenJS Foundation maintains a Code of Conduct Panel (CoCP). 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 `"coc-escalation@lists.openjsf.org`. For more information, refer to the full -[Code of Conduct governance document](https://github.com/openjs-foundation/bootstrap/blob/master/proposals/stage-1/CODE_OF_CONDUCT/FOUNDATION_CODE_OF_CONDUCT_REQUIREMENTS.md). \ No newline at end of file +[Code of Conduct governance document](https://github.com/openjs-foundation/cross-project-council/tree/HEAD/proposals/approved/CODE_OF_CONDUCT). \ No newline at end of file diff --git a/README.md b/README.md index fbf409d..f340012 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,6 @@ If you are interested in contributing to a specific area that is not already cov [![QUnit](https://openjsf.org/wp-content/uploads/sites/84/2019/05/qunit_medium.png "QUnit")](https://qunitjs.com/) [![JerryScript](https://openjsf.org/wp-content/uploads/sites/84/2019/05/jerryscript_medium.png "JerryScript")](https://jerryscript.net/) -## [Code Of Conduct](https://github.com/openjs-foundation/code-and-learn/blob/master/CODE_OF_CONDUCT.md#code-of-conduct) +## [Code Of Conduct](https://github.com/openjs-foundation/code-and-learn/blob/HEAD/CODE_OF_CONDUCT.md#code-of-conduct) In the interest of fostering an open and welcoming environment, we as organizers, contributors and maintainers pledge to make participation for the event, in our projects and community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation. \ No newline at end of file