Skip to content

Commit

Permalink
Unlock the repo
Browse files Browse the repository at this point in the history
cilium/cilium#34178 got merged. Remove the lock
workflow and update CONTRIBUTING.md.

Signed-off-by: Michi Mutsuzaki <[email protected]>
  • Loading branch information
michi-covalent committed Aug 20, 2024
1 parent 5f05e8b commit 79952c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 27 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/lock.yaml

This file was deleted.

21 changes: 9 additions & 12 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
# Contributing to Cilium CLI

## IMPORTANT Cilium CLI is moving 🚚📦📦📦

We are planning to merge Cilium CLI code into cilium/cilium repository to
simplify the overall development process after Cilium v1.16.0 gets released.
See [CFP-25694](https://github.com/cilium/design-cfps/pull/9) for details.
If you have questions, post a message in
[#development Cilium Slack channel](https://cilium.slack.com/archives/C2B917YHE).

## Contribution workflow

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

## Slack

Expand All @@ -28,3 +21,7 @@ Conduct](https://github.com/cilium/cilium/blob/main/CODE_OF_CONDUCT.md). Only
by respecting each other can we develop a productive, collaborative community.
If you would like to report a violation of the code of contact, please contact
any of the maintainers or our mediator, Beatriz Martinez <[email protected]>.

[`cilium-cli/` directory]: https://github.com/cilium/cilium/tree/main/cilium-cli
[Cilium GitHub repository]: https://github.com/cilium/cilium
[Development Guide]: https://docs.cilium.io/en/latest/contributing/development/

0 comments on commit 79952c7

Please sign in to comment.