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
+2-2
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Steps:
35
35
1. Check if there is an [open issue](https://github.com/kube-logging/logging-operator/issues) that you can reference in your pull request
36
36
2. Fork the [repository](https://github.com/kube-logging/logging-operator/fork)
37
37
3. Create a new branch using `git switch -c <branch-name>`
38
-
4. Make your modifications, add some unit tests if possible[^1]
38
+
4. Make your modifications and add unit tests to cover most code branches, input fields, and functionality if possible[^1]
39
39
5. Run `make fmt` to run code formatting
40
40
6. Run `make generate` to generate code, documentation, manifests, etc.
41
41
7. Run `make check` to run license checks, linter, tests
@@ -45,7 +45,7 @@ Steps:
45
45
46
46
See the [For developers](https://kube-logging.dev/docs/developers/) page in the documentation for details (e.g. setting up a development environment, adding documentation).
47
47
48
-
[^1]: For bigger features please open a new [Feature request issue](https://github.com/kube-logging/logging-operator/issues/new?assignees=&labels=&projects=&template=--feature-request.md&title=) where we can have a discussion about the proposed feature.
48
+
[^1]: For bigger features please open a new [Feature request issue](https://github.com/kube-logging/logging-operator/issues/new?assignees=&labels=&projects=&template=--feature-request.md&title=) where we can have a discussion about the proposed feature and the suggested test cases.
0 commit comments