diff --git a/docs/api-reference/kustomization/commonlabels/index.html b/docs/api-reference/kustomization/commonlabels/index.html
index e2160d682..1232d6e13 100644
--- a/docs/api-reference/kustomization/commonlabels/index.html
+++ b/docs/api-reference/kustomization/commonlabels/index.html
@@ -855,7 +855,7 @@ resource has been applied to a cluster.
-
If you are interested in contributing towards Kustomize or getting more involved with the community,
-reach out on the mailing list or join one of the bi-weekly meetings (alternating Wednesdays at
-9:00am Pacific Time).
+
If you are interested in contributing towards Kustomize or getting more involved with the community:
Writing Docs
@@ -489,6 +512,8 @@ Usage: C:\_go\bin\mdrip.exe {fileName}...
+
+
diff --git a/docs/sitemap.xml b/docs/sitemap.xml
index 71006307b..e6f600928 100644
--- a/docs/sitemap.xml
+++ b/docs/sitemap.xml
@@ -44,7 +44,7 @@
https://kubernetes-sigs.github.io/kustomize/contributing/bugs/
- 2020-06-07T21:07:46-07:00
+ 2020-06-14T08:04:16-07:00
@@ -54,7 +54,7 @@
https://kubernetes-sigs.github.io/kustomize/contributing/community/
- 2020-06-07T21:07:46-07:00
+ 2020-06-14T08:04:16-07:00
@@ -67,14 +67,19 @@
2020-06-07T21:07:46-07:00
+
+ https://kubernetes-sigs.github.io/kustomize/contributing/features/
+ 2020-06-14T08:04:16-07:00
+
+
https://kubernetes-sigs.github.io/kustomize/contributing/docs/
- 2020-06-07T21:07:46-07:00
+ 2020-06-11T21:40:35-07:00https://kubernetes-sigs.github.io/kustomize/contributing/howitworks/
- 2020-06-07T21:07:46-07:00
+ 2020-06-14T08:04:16-07:00
diff --git a/site/content/en/contributing/bugs/_index.md b/site/content/en/contributing/bugs/_index.md
index 2012aeac4..5e913cc25 100644
--- a/site/content/en/contributing/bugs/_index.md
+++ b/site/content/en/contributing/bugs/_index.md
@@ -4,7 +4,7 @@ linkTitle: "Filing Bugs"
type: docs
weight: 10
description: >
- How to file bugs against Kustomize
+ How to file bugs and fix Kustomize bugs
---
diff --git a/site/content/en/contributing/community/_index.md b/site/content/en/contributing/community/_index.md
index 383f252bb..da814e1d0 100644
--- a/site/content/en/contributing/community/_index.md
+++ b/site/content/en/contributing/community/_index.md
@@ -11,12 +11,15 @@ description: >
[contributor roles]: https://github.com/kubernetes/community/blob/master/community-membership.md#community-membership
[mailing list]: https://groups.google.com/forum/#!forum/kubernetes-sig-cli
[bi-weekly meetings]: https://docs.google.com/document/d/1r0YElcXt6G5mOWxwZiXgGu_X6he3F--wKwg-9UBc29I/edit?usp=sharing
+[slack channel]: https://kubernetes.slack.com/messages/sig-cli
Kustomize is a sub project of the Kubernetes [CLI special interest group] and follows the Kubernetes
project [contributor roles].
-If you are interested in contributing towards Kustomize or getting more involved with the community,
-reach out on the [mailing list] or join one of the [bi-weekly meetings] (alternating Wednesdays at
-9:00am Pacific Time).
+If you are interested in contributing towards Kustomize or getting more involved with the community:
+
+- join the [mailing list] and reach out
+- join the [slack channel] and reach out
+- attend one of the [bi-weekly meetings] (alternating Wednesdays at 9:00am Pacific Time)
diff --git a/site/content/en/contributing/features/_index.md b/site/content/en/contributing/features/_index.md
new file mode 100644
index 000000000..d1bdd8654
--- /dev/null
+++ b/site/content/en/contributing/features/_index.md
@@ -0,0 +1,38 @@
+---
+title: "Contributing Features"
+linkTitle: "Contributing Features"
+type: docs
+weight: 21
+description: >
+ How to contribute features
+---
+
+[issue]: https://github.com/kubernetes-sigs/kustomize/issues
+[sig-cli]: /kustomize/contributing/community/
+[meeting agenda]: https://docs.google.com/document/d/1r0YElcXt6G5mOWxwZiXgGu_X6he3F--wKwg-9UBc29I/edit#heading=h.himo1st0tqyy
+[KEP]: https://github.com/kubernetes/enhancements/tree/master/keps/sig-cli
+[table-driven]: https://github.com/kubernetes-sigs/kustomize/blob/a8b9741866cf8e0c43e643ab7a9f40a3bd7e2a4d/api/filters/imagetag/imagetag_test.go#L15
+[eschewed feature list]: https://kubernetes-sigs.github.io/kustomize/faq/eschewedfeatures/
+[kind/feature]: https://github.com/kubernetes-sigs/kustomize/labels/kind%2Ffeature
+
+
+Following is the process for proposing a new Kustomize feature:
+
+1. Check the [eschewed feature list] to see if the feature has already been proposed
+2. File an [issue] describing the desired feature
+ - label it [kind/feature]
+ - the motivation for the feature
+ - example of how you would accomplish the motivating task *without* the feature
+ - example of how you would accomplish the motivating task *with* the feature
+3. Email the [sig-cli] mailing list with the issue
+4. Present the issue at [sig-cli] bi-weekly meeting on Zoom
+ - add it to the [meeting agenda] doc
+ - be present to discuss the feature
+ - response may be -- move forward with a PoC, not to move forward, defer and come back later,
+ or more information is needed.
+5. Address the feedback on the issue
+ - Possibly write a KEP for tracking the feature
+6. Implement the feature and send a PR
+ - Add [table-driven] tests
+ - Expect comments on the PR within 2 weeks
+7. Kustomize team will release the kustomize `api` and `kustomize` modules
diff --git a/site/content/en/contributing/howitworks/_index.md b/site/content/en/contributing/howitworks/_index.md
index 0fe8dc7e7..941ac8ebc 100644
--- a/site/content/en/contributing/howitworks/_index.md
+++ b/site/content/en/contributing/howitworks/_index.md
@@ -4,9 +4,17 @@ linkTitle: "Writing Code"
type: docs
weight: 40
description: >
- How Kustomize is implemented
+ How to modify Kustomize
---
+{{% pageinfo color="info" %}}
+To build kustomize using the locally modified modules, `replace` statements must be added to
+the `kustomize/go.mod`.
+
+e.g. if code in `api` was modified, a `replace` statement would need to be added for the
+`kustomize/api` module.
+{{% /pageinfo %}}
+
Call stack when running `kustomize build`, with links to code.
## Run build