Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HaTS and Opt-In Feedback links #2919

Merged
merged 2 commits into from
Oct 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ provides building blocks and describe customizations for a CI/CD pipeline.

* [skaffold-users mailing list](https://groups.google.com/forum/#!forum/skaffold-users)
* [#skaffold on Kubernetes Slack](https://kubernetes.slack.com/messages/CABQMSZA6/)
* [Give us Feedback](https://skaffold.dev/docs/resources/feedback/)

**Office Hours**

Expand Down Expand Up @@ -68,6 +69,8 @@ Installation methods can be found in the [Getting Started Guide](https://skaffol

See [Github Releases](https://github.com/GoogleContainerTools/skaffold/releases) for more information.

:mega: **Please fill out our [quick 5-question survey](https://forms.gle/BMTbGQXLWSdn7vEs6)** so that we can learn how satisfied you are with Skaffold, and what improvements we should make. Thank you! :dancers:

## Demo

![Demo](docs/static/images/intro.gif)
Expand Down
3 changes: 3 additions & 0 deletions docs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ pygmentsStyle = "tango"
# First one is picked as the Twitter card image if not set on page.
#images = ["images/project-illustration.png"]

# Enable Emojis
enableEmoji = true
tejal29 marked this conversation as resolved.
Show resolved Hide resolved

# Configure how URLs look like per section.
[permalinks]
blog = "/:section/:year/:month/:day/:slug/"
Expand Down
2 changes: 2 additions & 0 deletions docs/content/en/docs/quickstart/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,5 @@ To learn more about how Skaffold builds, tags, and deploys your app, see the How
using [Builders](/docs/how-tos/builders), [Taggers](/docs/how-tos/taggers), and [Deployers]({{< relref "/docs/how-tos/deployers" >}}).

[Skaffold Tutorials]({{< relref "/docs/tutorials" >}}) details some of the common use cases of Skaffold.

:mega: **Please fill out our [quick 5-question survey](https://forms.gle/BMTbGQXLWSdn7vEs6)** to tell us how satisfied you are with Skaffold, and what improvements we should make. Thank you! :dancers:
1 change: 1 addition & 0 deletions docs/content/en/docs/resources/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ You can join the Skaffold community and discuss the product at:

* [Skaffold Mailing List](https://groups.google.com/forum#!forum/skaffold-users)
* [Skaffold Topic on Kubernetes Slack](https://kubernetes.slack.com/messages/CABQMSZA6/)
* [Give us feedback](feedback)

The Skaffold Project also holds a bi-weekly meeting at 9:30am PST on Google
Hangouts. Everyone is welcome to add suggestions to the [Meeting Agenda](https://docs.google.com/document/d/1mnCC_fAI3pmg3Vb2nMJyPk8Qtjjuapw_BTyqI_dX7sk/edit)
Expand Down
31 changes: 31 additions & 0 deletions docs/content/en/docs/resources/feedback/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: "Skaffold Feedback"
linkTitle: "Skaffold Feedback"
weight: 300
---

Your feedback is very important to us to make Skaffold better!
Sending us feedback is easy.

## Quick Survey
Take our [quick 5-question survey](https://forms.gle/BMTbGQXLWSdn7vEs6) to tell us how satisfied you are with
Skaffold and and what improvements we should make.

## Skaffold Feedback Session
The Skaffold team actively incorporates user feedback as the product evolves.
We are looking to chat with developers like you to learn about how you use Skaffold and
how we can improve it to better suit your needs.

If you’re interested, please provide your contact information below by filling out
[Skaffold feedback form](https://forms.gle/J5h567ncypY2ziq49).

{{< alert title="Note" >}}
Providing your information does not guarantee that we will contact you.
{{< /alert >}}

**What is a feedback session?**

If you sign up for a feedback session, we'll reach out to schedule a one-hour video conference session at a time convenient for you.
No preparation is needed on your part.

If at any time you wish to opt out of any communications from Skaffold team, please fill our [opt-out form](https://forms.gle/cnfCXotenyUtF92w6).
3 changes: 3 additions & 0 deletions docs/content/en/docs/tutorials/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ As we have gcr.io/k8s-skaffold in our image names, to run the examples, you have
1. env var: `SKAFFOLD_DEFAULT_REPO=<myrepo> skaffold dev`
1. global skaffold config (one time): `skaffold config set --global default-repo <myrepo>`
1. skaffold config for current kubectl context: `skaffold config set default-repo <myrepo>`


:mega: **Please fill out our [quick 5-question survey](https://forms.gle/BMTbGQXLWSdn7vEs6)** to tell us how satisfied you are with Skaffold, and what improvements we should make. Thank you! :dancers: