Skip to content

Commit 1a0071e

Browse files
authored
Merge pull request #12582 from sbueringer/pr-simplify
📖 Remove lifecycle active from contributing docs
2 parents a7b9f27 + 7764eda commit 1a0071e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ and instructions for signing it [can be found here](https://git.k8s.io/community
5353
If you're new to the project and want to help, but don't know where to start, we have a semi-curated list of issues that
5454
should not need deep knowledge of the system. [Have a look and see if anything sounds
5555
interesting](https://github.com/kubernetes-sigs/cluster-api/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22).
56-
Before starting to work on the issue, make sure that it doesn't have a `lifecycle/active` label. If the issue has been assigned, reach out to the assignee.
56+
Before starting to work on the issue, check if the issue has been assigned, if yes, reach out to the assignee.
5757
Alternatively, read some docs on other controllers and try to write your own, file and fix any/all issues that
5858
come up, including gaps in documentation!
5959

@@ -123,7 +123,7 @@ this should generally not be the case.
123123
## Contributing a Patch
124124

125125
1. If you haven't already done so, sign a Contributor License Agreement (see details above).
126-
1. If working on an issue, signal other contributors that you are actively working on it using `/lifecycle active`.
126+
1. If working on an issue, signal other contributors that you are actively working on it by assigning it to yourself.
127127
1. Fork the desired repo, develop and test your code changes.
128128
1. Submit a pull request.
129129
1. All code PR must be labeled with one of

0 commit comments

Comments
 (0)