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

Update prompts to show all options #235

Closed
hoangmirs opened this issue Oct 6, 2023 · 0 comments · Fixed by #242
Closed

Update prompts to show all options #235

hoangmirs opened this issue Oct 6, 2023 · 0 comments · Fixed by #242
Assignees

Comments

@hoangmirs
Copy link
Collaborator

Why

  • Currently, in some prompts, we are asking users to enable the feature first, and then we let them select the option. But if there is no desired option, users can not disable the feature and go to the next step.
    For example:
    image

    The user wants to use git version control on Bitbucket, but there is no option for them => They can neither continue nor close the current question.

  • We should show all options instead. So with the above case, it should be:

    Would you like to use git version control?
    > GitHub
    > GitLab (Coming soon)
    > None
    
  • This should apply to all questions that have the list

Who Benefits?

Users

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

Successfully merging a pull request may close this issue.

1 participant