Clalify how to contribute to kubectl book
Kubernetes-commit: 9c120c8e1a305370489d3757323221b00ac3036a
This commit is contained in:
parent
a20db94d5b
commit
82b0b6ee04
|
@ -4,15 +4,16 @@
|
||||||
|
|
||||||
### Fixing Issues
|
### Fixing Issues
|
||||||
|
|
||||||
1. Open an Issue
|
1. Open an Issue on [kubernetes/kubectl](https://github.com/kubernetes/kubectl/issues) repository
|
||||||
1. Create a PR
|
1. Edit files under [kubernetes/kubernetes/tree/master/staging/src/k8s.io/kubectl/docs/book](https://github.com/kubernetes/kubernetes/tree/master/staging/src/k8s.io/kubectl/docs/book)
|
||||||
1. Email PR to sig-cli@googlegroups.com with subject `Kubectl Book: Fix Issue <Issue> in <PR>`
|
1. Create a PR on [kubernetes/kubernetes](https://github.com/kubernetes/kubernetes) repository
|
||||||
|
1. Email PR to kubernetes-sig-cli@googlegroups.com with subject `Kubectl Book: Fix Issue <Issue> in <PR>`
|
||||||
1. Optional: Come to sig-cli meeting to discuss
|
1. Optional: Come to sig-cli meeting to discuss
|
||||||
|
|
||||||
### Adding New Content
|
### Adding New Content
|
||||||
|
|
||||||
1. Open an Issue with proposed content
|
1. Open an Issue with proposed content on [kubernetes/kubectl](https://github.com/kubernetes/kubectl/issues) repository
|
||||||
1. Email sig-cli@googlegroups.com with subject `Kubectl Book: Proposed Content <Issue>`
|
1. Email kubernetes-sig-cli@googlegroups.com with subject `Kubectl Book: Proposed Content <Issue>`
|
||||||
1. Optional: Come to sig-cli meeting to discuss
|
1. Optional: Come to sig-cli meeting to discuss
|
||||||
|
|
||||||
## Editing
|
## Editing
|
||||||
|
|
Loading…
Reference in New Issue