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

[FR]: Make the kurtosis feedback command guide users to easier ways of feedback #137

Closed
mieubrisse opened this issue Mar 10, 2023 · 4 comments
Assignees

Comments

@mieubrisse
Copy link
Member

Background and motivation

I expected kurtosis feedback to guide me in filing feedback. However, I just got the display with the links. If I hadn't seen the feature get built, I wouldn't know that:

  1. you can pass in flags to go directly to the feedback
  2. I should even pass in -h to see what those flags are
  3. I can type a message as the first argument to auto-populate it

(Also, quick aside, but the message I type in for Github gets discarded)

Current behavior

kurtosis feedback prints a block of text with links

Desired behavior

Running kurtosis feedback guides me to giving feedback in easier ways (flag, passing in the message)

How important is this feature or improvement to you?

Nice to have, this feature would make using Kurtosis more enjoyable.

@mieubrisse mieubrisse changed the title [FR]: Make the kurtosis feedback command guide users [FR]: Make the kurtosis feedback command guide users to easier ways of feedback Mar 10, 2023
@leeederek
Copy link
Contributor

leeederek commented Mar 14, 2023

Hey @mieubrisse! This is great feedback. I'd like to propose a quick prototype to get your thoughts:

What if when you ran kurtosis feedback -h, the CLI would respond with:

Give feedback, file a bug report or feature request, or get help from the Kurtosis team. See below for the many ways you can get in touch with us.

TIP: You can quickly type and send us feedback directly from the CLI. For example, kurtosis feedback "I enjoy the enclave naming theme" will open an email draft to feedback@kurtosistech.com with the message pre-filled with "I enjoy the enclave naming theme".

Adding this tip will help guide the user to send us feedback. What do you think?

@mieubrisse
Copy link
Member Author

mieubrisse commented Mar 14, 2023

Hey @leeederek , I like the idea of adding more info to the helptext but I think the problem is that it's not obvious to a user why they'd run kurtosis feedback -h (because kurtosis feedback does a thing that doesn't take in any args or flags)

@leeederek
Copy link
Contributor

Cool @mieubrisse! My understanding then is that you're asking for more explicit nudges or tips of some kind for a user to easily see what flags and args they can use with the kurtosis feedback command. Is that correct?

Prototype: when running the kurtosis feedback command, the following message gets printed:

=====================================================
|| Your feedback is valuable and helps us improve Kurtosis. Thank you. ||
=====================================================
This command can be used to deliver feedback to the Kurtosis team!

  • Pass in your feedback as an argument using double quotations (e.g. kurtosis feedback "my feedback").
  • Pass in the --github flag to open our Github Issues templates, pre-filled with your feedback/arg.
  • Pass in the --email flag to open a draft email, pre-filled with your feedback/arg, to send to feedback@kurtosistech.com.
  • Pass in the --calendly flag to open our Calendly link to schedule a 1:1 session with us for feedback and questions you may have!

See below for the some direct links as well.

  • For bugs/issues, let us know in our Github.
  • For general feedback, click here to email us.
  • If you need help getting started, schedule an on-boarding session with us.

What do you think?

@leeederek
Copy link
Contributor

Stale, closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants