You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
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:
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:
This should apply to all questions that have the list
Who Benefits?
Users
The text was updated successfully, but these errors were encountered: