-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Label sets don't make sense to a new user #7812
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
Comments
Not a bad idea, maybe simply list underneath the dropdown a list of labels in a set. "This will create 7 labels; bug, duplicate, enhancement, help wanted, invalid, question and wontfix" feels maybe a bit verbose, but simply something like: | Default | or even, if length is an issue: | Default | |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions. |
I am able to reproduce at https://try.gitea.io/repo/create. |
Definately still a relevant issue |
* Showing the list of labels of template files #7812 * Returning and logging errors when loading labels * Commenting public method * Change log level in case of error loading labels.
Gitea version (or commit ref): (gitea.blesmrt.net) 1.9.0 and (try.gitea.io) 1.10.0+dev-154-gcde95f992
Can you reproduce the bug at https://try.gitea.io:
Description
I have recently moved some repositories to Gitea and started using the issue tracker. When I first enter the labels menu, I see the first screenshot.
With the first repository I just created a new label as I assumed that the Label Set means that I am given a single label called "Default" which is not going to help me. With another repository I did accept the Default label set and was surprised that I was given actually useful labels (screenshot 2).
Request: could more information be added between the label set dropdown and the "Use Label Set" button? I wish it would have told me instead something like "This will create 7 labels; bug, duplicate, enhancement, help wanted, invalid, question and wontfix". I think having the label explanations visible wouldn't hurt either, but even without them, just the label names would be more helpful to know.
I am also wondering if I can return to this screen somehow with the repositories where I opted to not use a label set and import a label set regardless.
Screenshots
Edit: potentially related #6055 ?
The text was updated successfully, but these errors were encountered: