Skip to content

Commit f765636

Browse files
committed
📄 add CODEOWNERS, update COC + CONTRIBUTING
1 parent 4b73394 commit f765636

4 files changed

Lines changed: 37 additions & 29 deletions

File tree

.github/CODEOWNERS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Code owners are automatically requested for review when someone opens a pull request that modifies code that they own. This helps speed up the review process and ensures we adhere the standards we set up for ourselves.
2+
3+
# @benschwarz owns the entire project:
4+
* @benschwarz
5+
6+
# @thefoxis owns any content changes to the documentation of this project:
7+
*.md @thefoxis

CODE_OF_CONDUCT.md

Lines changed: 22 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ We as members, contributors, and leaders pledge to make participation in our
77
community a harassment-free experience for everyone, regardless of age, body
88
size, visible or invisible disability, ethnicity, sex characteristics, gender
99
identity and expression, level of experience, education, socio-economic status,
10-
nationality, personal appearance, race, caste, color, religion, or sexual identity
11-
and orientation.
10+
nationality, personal appearance, race, caste, color, religion, or sexual
11+
identity and orientation.
1212

1313
We pledge to act and interact in ways that contribute to an open, welcoming,
1414
diverse, inclusive, and healthy community.
@@ -23,17 +23,17 @@ community include:
2323
* Giving and gracefully accepting constructive feedback
2424
* Accepting responsibility and apologizing to those affected by our mistakes,
2525
and learning from the experience
26-
* Focusing on what is best not just for us as individuals, but for the
27-
overall community
26+
* Focusing on what is best not just for us as individuals, but for the overall
27+
community
2828

2929
Examples of unacceptable behavior include:
3030

31-
* The use of sexualized language or imagery, and sexual attention or
32-
advances of any kind
31+
* The use of sexualized language or imagery, and sexual attention or advances of
32+
any kind
3333
* Trolling, insulting or derogatory comments, and personal or political attacks
3434
* Public or private harassment
35-
* Publishing others' private information, such as a physical or email
36-
address, without their explicit permission
35+
* Publishing others' private information, such as a physical or email address,
36+
without their explicit permission
3737
* Other conduct which could reasonably be considered inappropriate in a
3838
professional setting
3939

@@ -60,8 +60,7 @@ representative at an online or offline event.
6060
## Enforcement
6161

6262
Instances of abusive, harassing, or otherwise unacceptable behavior may be
63-
reported to the community leaders responsible for enforcement at
64-
63+
reported to the community leaders responsible for enforcement at [[email protected]](mailto:[email protected]).
6564
All complaints will be reviewed and investigated promptly and fairly.
6665

6766
All community leaders are obligated to respect the privacy and security of the
@@ -83,15 +82,15 @@ behavior was inappropriate. A public apology may be requested.
8382

8483
### 2. Warning
8584

86-
**Community Impact**: A violation through a single incident or series
87-
of actions.
85+
**Community Impact**: A violation through a single incident or series of
86+
actions.
8887

8988
**Consequence**: A warning with consequences for continued behavior. No
9089
interaction with the people involved, including unsolicited interaction with
9190
those enforcing the Code of Conduct, for a specified period of time. This
9291
includes avoiding interactions in community spaces as well as external channels
93-
like social media. Violating these terms may lead to a temporary or
94-
permanent ban.
92+
like social media. Violating these terms may lead to a temporary or permanent
93+
ban.
9594

9695
### 3. Temporary Ban
9796

@@ -107,28 +106,27 @@ Violating these terms may lead to a permanent ban.
107106
### 4. Permanent Ban
108107

109108
**Community Impact**: Demonstrating a pattern of violation of community
110-
standards, including sustained inappropriate behavior, harassment of an
109+
standards, including sustained inappropriate behavior, harassment of an
111110
individual, or aggression toward or disparagement of classes of individuals.
112111

113-
**Consequence**: A permanent ban from any sort of public interaction within
114-
the community.
112+
**Consequence**: A permanent ban from any sort of public interaction within the
113+
community.
115114

116115
## Attribution
117116

118117
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
119-
version 2.0, available at
120-
[https://www.contributor-covenant.org/version/2/0/code_of_conduct.html][v2.0].
118+
version 2.1, available at
119+
[https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
121120

122-
Community Impact Guidelines were inspired by
121+
Community Impact Guidelines were inspired by
123122
[Mozilla's code of conduct enforcement ladder][Mozilla CoC].
124123

125124
For answers to common questions about this code of conduct, see the FAQ at
126-
[https://www.contributor-covenant.org/faq][FAQ]. Translations are available
127-
at [https://www.contributor-covenant.org/translations][translations].
125+
[https://www.contributor-covenant.org/faq][FAQ]. Translations are available at
126+
[https://www.contributor-covenant.org/translations][translations].
128127

129128
[homepage]: https://www.contributor-covenant.org
130-
[v2.0]: https://www.contributor-covenant.org/version/2/0/code_of_conduct.html
129+
[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
131130
[Mozilla CoC]: https://github.com/mozilla/diversity
132131
[FAQ]: https://www.contributor-covenant.org/faq
133132
[translations]: https://www.contributor-covenant.org/translations
134-

CONTRIBUTING.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Thank you for your interest in contributing to React Live Chat Loader! 🙌🏻
1111
5. [Adding a Provider](#-adding-a-provider)
1212

1313
## 📣 Code of Conduct
14-
This project and everyone participating in it are governed by this [Code of Conduct](CODE_OF_CONDUCT.md). By participating, we expect you to act accordingly to this code. Please report unacceptable behaviour to hello@calibreapp.com.
14+
This project and everyone participating in it are governed by this [Code of Conduct](CODE_OF_CONDUCT.md). By participating, we expect you to act accordingly to this code. Please report unacceptable behaviour to [support@calibreapp.com](mailto:[email protected]).
1515

1616
## 🐛 Reporting Bugs
1717
Before creating a bug report, see if the problem [has already been reported](https://github.com/calibreapp/react-live-chat-loader/issues). If yes, and **the issue is still open**, add a comment to the existing issue instead of creating a new one.
@@ -46,9 +46,12 @@ We welcome contributions to React Live Chat Loader that:
4646

4747
Please follow these steps to have your contribution considered by the maintainers:
4848

49-
1. Follow instructions in the [pull request template](.github/pull_request_template.md).
50-
2. Sign a CLA.
51-
3. Verify that checks are passing.
49+
1. Fork and clone this repository.
50+
2. Create a new branch: `git checkout -b my-branch-name`.
51+
3. Make your changes and verify that the checks are still passing.
52+
4. Push to your fork and submit a pull request accordingly to [the guidelines](.github/pull_request_template.md).
53+
5. Sign a CLA (if present).
54+
6. Wait till your changes are reviewed and merged. 🥳
5255

5356
You must meet the above requirements to have your pull request reviewed. The maintainer(s) may ask you to complete additional work, tests, or other changes before your pull request is accepted and merged.
5457

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![NPM package](https://img.shields.io/npm/v/react-live-chat-loader?color=informational)](https://www.npmjs.com/package/react-live-chat-loader)
44
[![License](https://img.shields.io/github/license/calibreapp/react-live-chat-loader?color=informational)](https://github.com/calibreapp/react-live-chat-loader/blob/main/LICENSE)
5-
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-success)](CODE_OF_CONDUCT.md)
5+
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-success)](CODE_OF_CONDUCT.md)
66
[![Contribution guidelines](https://img.shields.io/badge/PRs-welcome-success)](CONTRIBUTING.md)
77

88
An npm module that allows you to mitigate the negative performance and user

0 commit comments

Comments
 (0)