denoland / deploy_feedback

For reporting issues with Deno Deploy
https://deno.com/deploy
74 stars 5 forks source link

Entrypoint selection during git integration is not clear #606

Open dsherret opened 9 months ago

dsherret commented 9 months ago

When setting up git integration, the entrypoint selection is not very clear.

Someone may ask: "Why am I being presented a list of files?" and not realize they're selecting the entrypoint. Probably they'll figure it out, but I just wonder if there's a way this could be more explicit and say what the user is selecting at this point. For example, it says "Select production branch", but I already selected that. Maybe it should say "Select entrypoint module" at this point?

image