You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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:
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Thank you for your interest in contributing to React Live Chat Loader! 🙌🏻
11
11
5.[Adding a Provider](#-adding-a-provider)
12
12
13
13
## 📣 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]).
15
15
16
16
## 🐛 Reporting Bugs
17
17
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:
46
46
47
47
Please follow these steps to have your contribution considered by the maintainers:
48
48
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. 🥳
52
55
53
56
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.
0 commit comments