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
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,9 +37,25 @@ while session.status == "starting":
37
37
client.delete_session(session.id)
38
38
```
39
39
40
-
## Development
40
+
## Development and contribution
41
41
This repository is at its early stage and is still in active development. If you are looking for a way to contribute please read [CONTRIBUTING.md](CONTRIBUTING.md).
42
42
43
+
### Install dev package
44
+
To install necessary packages for contribution development, please install via:
45
+
46
+
```bash
47
+
make install
48
+
```
49
+
50
+
### Code generation
51
+
We use open API format (in [openapi/ folder](openapi)) and generate client version manually.
52
+
53
+
Here how to generate the `v1alpha1` version:
54
+
55
+
```bash
56
+
make v1alpha1
57
+
```
58
+
43
59
## Reach us
44
60
We love feedback. Feel free to reach us on [Scaleway Slack community](https://slack.scaleway.com/), we are waiting for you on [#opensource](https://scaleway-community.slack.com/app_redirect?channel=opensource)..
0 commit comments