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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,13 @@ Then:
29
29
30
30
When every check is green and a team member approves, your contribution is merged! 🚀
31
31
32
+
For the local dependencies we require previously set up:
33
+
34
+
- yarn v1
35
+
- node (version available in [.nvmrc](https://github.com/algolia/autocomplete/blob/next/.nvmrc))
36
+
- setup for node-gyp (make sure you have called `xcode-select --install` a first time on macOS
37
+
- a version of Chrome/Chromium (for Puppeteer)
38
+
32
39
## Commit conventions
33
40
34
41
This project follows the [conventional changelog](https://conventionalcommits.org/) approach. This means that all commit messages should be formatted using the following scheme:
0 commit comments