Skip to content

Commit ab4460b

Browse files
committed
chore: make contributing guide clearer about tests
Signed-off-by: Peter Wilcsinszky <[email protected]>
1 parent aabde48 commit ab4460b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Steps:
3535
1. Check if there is an [open issue](https://github.com/kube-logging/logging-operator/issues) that you can reference in your pull request
3636
2. Fork the [repository](https://github.com/kube-logging/logging-operator/fork)
3737
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]
3939
5. Run `make fmt` to run code formatting
4040
6. Run `make generate` to generate code, documentation, manifests, etc.
4141
7. Run `make check` to run license checks, linter, tests
@@ -45,7 +45,7 @@ Steps:
4545

4646
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).
4747

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.
4949

5050
### Add yourself to the production adopters list
5151

0 commit comments

Comments
 (0)