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: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,15 @@ make undeploy
81
81
## Contributing
82
82
All contributions are welcome! Feel free to reach out on the [Spectro Cloud community Slack](https://spectrocloudcommunity.slack.com/join/shared_invite/zt-g8gfzrhf-cKavsGD_myOh30K24pImLA#/shared-invite/email).
83
83
84
+
Make sure `pre-commit` is [installed](https://pre-commit.com#install).
85
+
86
+
Install the `pre-commit` scripts:
87
+
88
+
```console
89
+
pre-commit install --hook-type commit-msg
90
+
pre-commit install --hook-type pre-commit
91
+
```
92
+
84
93
### How it works
85
94
This project aims to follow the Kubernetes [Operator pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/).
0 commit comments