Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 932dd67

Browse files
authored
Merge pull request #1354 from kjlyon/CodeOfConduct
Added Code Of Conduct
2 parents 46c56b2 + a1fce14 commit 932dd67

2 files changed

Lines changed: 86 additions & 7 deletions

File tree

CODE_OF_CONDUCT.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
# Snap Contributor Code of Conduct
2+
3+
## Our Pledge
4+
5+
In the interest of fostering an open and welcoming environment, we as
6+
contributors and maintainers of Snap pledge to making participation in our project and
7+
our community a harassment-free experience for everyone, regardless of age, body
8+
size, disability, ethnicity, gender identity and expression, level of experience,
9+
nationality, personal appearance, race, religion, or sexual identity and
10+
orientation.
11+
12+
## Our Standards
13+
14+
Examples of behavior that contributes to creating a positive environment
15+
include:
16+
17+
* Using welcoming and inclusive language
18+
* Being respectful of differing viewpoints and experiences
19+
* Gracefully accepting constructive criticism
20+
* Focusing on what is best for the community
21+
* Showing empathy towards other community members
22+
23+
Examples of unacceptable behavior by participants include:
24+
25+
* The use of sexualized language or imagery and unwelcome sexual attention or
26+
advances
27+
* Trolling, insulting/derogatory comments, and personal or political attacks
28+
* Public or private harassment
29+
* Publishing others' private information, such as a physical or electronic
30+
address, without explicit permission
31+
* Other conduct which could reasonably be considered inappropriate in a
32+
professional setting
33+
34+
## Our Responsibilities
35+
36+
Snap maintainers are responsible for clarifying the standards of acceptable
37+
behavior and are expected to take appropriate and fair corrective action in
38+
response to any instances of unacceptable behavior.
39+
40+
Snap maintainers have the right and responsibility to remove, edit, or
41+
reject comments, commits, code, wiki edits, issues, and other contributions
42+
that are not aligned to this Code of Conduct, or to ban temporarily or
43+
permanently any contributor for other behaviors that they deem inappropriate,
44+
threatening, offensive, or harmful.
45+
46+
## Scope
47+
48+
This Code of Conduct applies both within project spaces and in public spaces
49+
when an individual is representing Snap or its community. Examples of
50+
representing a project or community include using an official project e-mail
51+
address, posting via an official social media account such as Slack or Twitter,
52+
or acting as an appointed representative at an online or offline event.
53+
Representation of a project may be further defined and clarified by project maintainers.
54+
55+
## Enforcement
56+
57+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58+
reported by contacting Snap's team leads B.J. Ray bj.ray@intel.com and/or
59+
Arek Chylinski arek.chylinski@intel.com. All complaints will be reviewed and
60+
investigated and will result in a response that is deemed necessary and appropriate
61+
to the circumstances. The project team is obligated to maintain confidentiality
62+
with regard to the reporter of an incident. Further details of specific
63+
enforcement policies may be posted separately.
64+
65+
Project maintainers who do not follow or enforce the Code of Conduct in good
66+
faith may face temporary or permanent repercussions as determined by other
67+
members of the project's leadership.
68+
69+
## Attribution
70+
71+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
72+
available at [http://contributor-covenant.org/version/1/4][version]
73+
74+
[homepage]: http://contributor-covenant.org
75+
[version]: http://contributor-covenant.org/version/1/4/

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,19 @@ limitations under the License.
3636
* [Running Tasks](#running-tasks)
3737
* [Building Tasks](#building-tasks)
3838
* [Plugin Catalog](#plugin-catalog)
39-
2. [Documentation](#documentation)
39+
3. [Documentation](#documentation)
4040
* [Examples](#examples)
4141
* [Roadmap](#roadmap)
42-
3. [Community Support](#community-support)
43-
4. [Contributing](#contributing)
42+
4. [Community Support](#community-support)
43+
5. [Contributing](#contributing)
4444
* [Author a Plugin](#author-a-plugin)
45-
5. [Security Disclosure](#security-disclosure)
46-
6. [License](#license)
47-
7. [Contributors](#contributors)
45+
6. [Code of Conduct](#code-of-conduct)
46+
7. [Security Disclosure](#security-disclosure)
47+
8. [License](#license)
48+
9. [Contributors](#contributors)
4849
* [Initial Authors](#initial-authors)
4950
* [Maintainers](#maintainers)
50-
8. [Thank You](#thank-you)
51+
10. [Thank You](#thank-you)
5152

5253
## Overview
5354

@@ -339,6 +340,9 @@ The power of Snap comes from its open architecture. Add to the ecosystem by buil
339340
* The definitive how-to is in [PLUGIN_AUTHORING.md](docs/PLUGIN_AUTHORING.md)
340341
* Recommendations to make effective, well-designed plugins are in [PLUGIN_BEST_PRACTICES.md](docs/PLUGIN_BEST_PRACTICES.md)
341342

343+
## Code of Conduct
344+
All contributors to Snap are expected to be helpful and encouraging to all members of the community, treating everyone with a high level of professionalism and respect. See our [code of conduct](CODE_OF_CONDUCT.md) for more details.
345+
342346
## Security Disclosure
343347

344348
The Snap team take security very seriously. If you have any issue regarding security, please notify us by sending an email to snap-security@intel.com

0 commit comments

Comments
 (0)