Skip to content

Commit 79b1bb5

Browse files
committed
first contribution: warn about unsolicited PRs for linter warnings
Linters find issues like usage of deprecated APIs which the project doesn't want to get fixed because of the work involved and the code churn. New contributors must be made aware of that because at first glance it looks like an easy first contribution.
1 parent 2276c03 commit 79b1bb5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

contributors/guide/first-contribution.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ description: |
2020
## Find something to work on
2121

2222
The first step to getting starting contributing to Kubernetes is to find something
23-
to work on. Help is always welcome, and no contribution is too small!
23+
to work on. Help is always welcome, and no contribution is too small (but see below)!
2424

2525
Here are some things you can do today to get started contributing:
2626

@@ -34,6 +34,14 @@ If the above suggestions don't appeal to you, you can browse the
3434
in contributing without writing code can also find ideas in the
3535
[Non-Code Contributions Guide].
3636

37+
{{< note >}}
38+
Although contributions are welcome, beware that every pull
39+
request creates work for maintainers and costs for testing it.
40+
Fixing *linter warnings* is often *not* worth it because the
41+
existing code is fine. Always discuss with maintainers first
42+
before creating such PRs.
43+
{{< /note >}}
44+
3745
### Find a good first topic
3846

3947
There are [multiple repositories] within the Kubernetes organization.

0 commit comments

Comments
 (0)