Skip to content

Commit 5826e5e

Browse files
authored
Mention #krew slack room (#495)
Signed-off-by: Ahmet Alp Balkan <[email protected]>
1 parent 7ec26f6 commit 5826e5e

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ If your repo has certain guidelines for contribution, put them here ahead of the
2222

2323
## Contact Information
2424

25-
To discuss about this project, you can use the following channels, or attend
26-
[SIG CLI meetings](https://github.com/kubernetes/community/tree/master/sig-cli).
25+
To discuss about this project, you can use the following channels. You can find
26+
Krew maintainers at:
2727

28-
- [SIG CLI Slack channel](https://kubernetes.slack.com/messages/sig-cli)
28+
- Kubernetes Slack channel:
29+
[**#krew**](https://kubernetes.slack.com/messages/krew) or
30+
[#sig-cli](https://kubernetes.slack.com/messages/sig-cli)
2931
- [SIG CLI Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-cli)

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,14 +157,15 @@ new features and changes.
157157

158158
### Communication channels
159159

160-
* [Slack](https://kubernetes.slack.com/messages/sig-cli) #sig-cli
160+
* Slack: [#krew](https://kubernetes.slack.com/messages/krew) or
161+
[#sig-cli](https://kubernetes.slack.com/messages/sig-cli)
161162
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cli)
162163
* [Kubernetes Community site](http://kubernetes.io/community/)
163164

164165
### Contributing
165166

166167
Interested in contributing to Krew? Please refer to our
167-
[Contributing Guidelines](./docs/CONTRIBUTOR_GUIDE.md) for more details
168+
[Contributing Guidelines](./docs/CONTRIBUTOR_GUIDE.md) for more details.
168169

169170
### Code of Conduct
170171

docs/DEVELOPER_GUIDE.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Developer Guide
1+
# Developer Guide
22

33
This guide is intended for plugin developers. If you are not developing kubectl
44
plugins, read the [User Guide](./USER_GUIDE.md) to learn how to use krew.
@@ -22,6 +22,10 @@ available on the krew index.
2222

2323
<!-- /TOC -->
2424

25+
Find Krew maintainers on [#krew](https://kubernetes.slack.com/messages/krew)
26+
room on Kubernetes Slack channel to ask questions, or simply open an issue if
27+
something is missing.
28+
2529
## Developing a Plugin
2630

2731
Before creating a plugin, read the [Kubernetes Plugins documentation][plugins].
@@ -336,8 +340,8 @@ they have installed.
336340

337341
### Automate releasing new versions on krew-index
338342

339-
You can use Github Actions to publish new release of your Krew plugin.
340-
`krew-release-bot` is a Github Action to automatically bump the version in
343+
You can use Github Actions to publish new release of your Krew plugin.
344+
`krew-release-bot` is a Github Action to automatically bump the version in
341345
`krew-index` repo.
342346
Refer to the [krew-release-bot](https://github.com/rajatjindal/krew-release-bot) documentation for details.
343347

0 commit comments

Comments
 (0)