1
1
# Contributing to Cilium CLI
2
2
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
-
11
3
## Contribution workflow
12
4
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] .
17
10
18
11
## Slack
19
12
@@ -28,3 +21,7 @@ Conduct](https://github.com/cilium/cilium/blob/main/CODE_OF_CONDUCT.md). Only
28
21
by respecting each other can we develop a productive, collaborative community.
29
22
If you would like to report a violation of the code of contact, please contact
30
23
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