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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ The `type` should be one of the following:
37
37
-`fix`: A bug fix.
38
38
-`style`: Changes that do not affect the meaning of the code (e.g. whitespace, formatting, etc.).
39
39
-`refactor`: Code changes that neither fix a bug nor add a feature.
40
+
-`docs`: Documentation changes.
40
41
-`test`: Adding or updating tests.
41
42
-`chore`: Changes to the build process or auxiliary tools.
42
43
@@ -76,7 +77,7 @@ yarn test
76
77
To setup a developement environment, use the provided devcontainer configuration. This will setup a development environment with all necessary dependencies and the correct node version.
77
78
78
79
Additionally to the devcontainer, you need a running k3s cluster.
79
-
To connect to your own k3s test cluster, provide the kuberentes credentials in the file `k3s-config.yaml` in the root of the project with the following content.
80
+
To connect to your own k3s test cluster, provide the kuberentes credentials in the file `k3s-config.yaml` in the root of the project.
80
81
81
82
#### Install Dependencies
82
83
```sh
@@ -89,4 +90,4 @@ yarn dev
89
90
```
90
91
91
92
### License
92
-
By contributing to QuickStack, you agree that your contributions will be licensed under the GPL-3.0 license.
93
+
By contributing to QuickStack, you agree that your contributions will be licensed under the GPL-3.0 license.
0 commit comments