Skip to content

Commit e977e6e

Browse files
authored
Merge pull request #7599 from pohly/linter-issues
first contribution: warn about unsolicited PRs for linter warnings
2 parents 2276c03 + 79b1bb5 commit e977e6e

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)