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
{{ message }}
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
Currently if you hit "Create PR" on an unpublished branch...
...you get the following error message...
...which is not very clear and can be really confusing for none power users.
Here are 4 ways this could be improved, I think the first option is the best but it is also clearly the one that requires the most work:
When clicking on create PR from an unpublished branch, user should receive a notification "Your branch needs to be published before you can create a PR [Publish and Create PR] [Cancel]"
The current error message should be replaced by something more verbose "You need to publish your branch before you can create a PR"
We could assume that it is obvious and simply publish automatically without prompt and then create the PR.
The Create PR button should be greyed out when the branch is not published.
The text was updated successfully, but these errors were encountered:
Currently if you hit "Create PR" on an unpublished branch...
...you get the following error message...
...which is not very clear and can be really confusing for none power users.
Here are 4 ways this could be improved, I think the first option is the best but it is also clearly the one that requires the most work:
The text was updated successfully, but these errors were encountered: