Skip to content

Commit 79952c7

Browse files
Unlock the repo
cilium/cilium#34178 got merged. Remove the lock workflow and update CONTRIBUTING.md. Signed-off-by: Michi Mutsuzaki <[email protected]>
1 parent 5f05e8b commit 79952c7

File tree

2 files changed

+9
-27
lines changed

2 files changed

+9
-27
lines changed

Diff for: .github/workflows/lock.yaml

-15
This file was deleted.

Diff for: CONTRIBUTING.md

+9-12
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
# Contributing to Cilium CLI
22

3-
## IMPORTANT Cilium CLI is moving 🚚📦📦📦
4-
5-
We are planning to merge Cilium CLI code into cilium/cilium repository to
6-
simplify the overall development process after Cilium v1.16.0 gets released.
7-
See [CFP-25694](https://github.com/cilium/design-cfps/pull/9) for details.
8-
If you have questions, post a message in
9-
[#development Cilium Slack channel](https://cilium.slack.com/archives/C2B917YHE).
10-
113
## Contribution workflow
124

13-
Cilium CLI uses GitHub for collaborative development. Please use GitHub issues
14-
to discuss proposals and use pull requests to suggest changes. For more
15-
information see the [Cilium Development
16-
Guide](https://docs.cilium.io/en/latest/contributing/development/).
5+
Cilium CLI uses GitHub for collaborative development. This repository only hosts
6+
release artifacts for Cilium CLI. The actual code for Cilium CLI is in
7+
[Cilium GitHub repository] under [`cilium-cli/` directory]. Please use GitHub
8+
issues to discuss proposals and use pull requests to suggest changes in
9+
[Cilium GitHub repository]. For more information see the [Development Guide].
1710

1811
## Slack
1912

@@ -28,3 +21,7 @@ Conduct](https://github.com/cilium/cilium/blob/main/CODE_OF_CONDUCT.md). Only
2821
by respecting each other can we develop a productive, collaborative community.
2922
If you would like to report a violation of the code of contact, please contact
3023
any of the maintainers or our mediator, Beatriz Martinez <[email protected]>.
24+
25+
[`cilium-cli/` directory]: https://github.com/cilium/cilium/tree/main/cilium-cli
26+
[Cilium GitHub repository]: https://github.com/cilium/cilium
27+
[Development Guide]: https://docs.cilium.io/en/latest/contributing/development/

0 commit comments

Comments
 (0)