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
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ Don’t hesitate to ask a question directly on the [discussions board](https://g
29
29
- We have no preference about number of commits on the PR - they will be all squashed by GitHub while merging
30
30
31
31
- When creating a new feature/plugin/integration:
32
+
32
33
- Make sure the feature is covered by tests
33
34
- Provide a meaningful description. In most cases it would make sens to first open a issue with a suggestion, discuss about it and have it approved before working on it
34
35
@@ -40,12 +41,14 @@ Don’t hesitate to ask a question directly on the [discussions board](https://g
40
41
## Development Setup
41
42
42
43
<!-- textlint-disable spelling -->
44
+
43
45
You will need [Node.js](https://nodejs.org/en/)**version 16+** and [yarn](https://yarnpkg.com/getting-started/install).
46
+
44
47
<!-- textlint-enable -->
45
48
46
49
After cloning the repository, run:
47
50
48
-
```bash
51
+
```bash
49
52
yarn i # installs the project dependencies
50
53
cd example && yarn i # install dependencies for example project (useful for testing)
51
54
```
@@ -58,7 +61,7 @@ Commit messages should follow the [conventional commits v1.0.0](https://www.conv
58
61
59
62
When fired in the project root they will run corresponding actions in every nested package at once.
0 commit comments