Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Let changeset title default to the labels of the settings modified or controls that were interacted with #152
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
westonruter commentedAug 5, 2017
Instead of defaulting a changeset to have the UUID as the title, it would be a better user experience if the UUID were dynamically populated with the IDs for the settings that were modified, or better the labels for setting's controls that were interacted with. This default title could then be updated as more settings are modified, up until a user supplies a manually-crafted title at which point the auto-title would stop. The title field could show the auto-title in the field's
placeholder.