-
Notifications
You must be signed in to change notification settings - Fork 12
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
Standardize org-wide labels #7
Comments
Another approach might be to separate out the different types of labels, e.g. status labels vs. type labels. One librarian-esque approach that is still simple is described in this article on Sane GitHub Labels. This also links to a tool that makes label management easier. Personally, I'd prefer to break out
|
I merged feature and improvement because I often have a difficult time deciding which is correct. Often my changes greatly expand the functionality of an existing feature. I'm not greatly opposed to separating them again, if others find that useful. |
I agree that Thinking about it more, adding status labels duplicates the purpose of the project boards, so since theoretically we use that for tracking statuses, unless we added automation it would require extra/duplicate effort. So, for type labels, here's a proposed list with some alternate names. For repos like
|
Does ZenHub require an "eipc" label? Does it auto-add one for you? I'd prefer to add the "epic" nowhere or add it everywhere. I get that there will be rare repos that need one or more custom labels, but "epics" seem to be generally useful unless that labeling is already being handled (perhaps by a means other than repo labels) in Zenhub. I like the list @hillaryj created above. It's pretty similar to what I came up with, plus a few additions. I prefer the names @hillaryj listed over the alternatives she provided, which I think are more vague. |
Roger that - I'd add I definitely worked from that list - thanks for starting us off! |
For the record, I'm fine with adding emojis if someone wants to take the lead on that. |
I edited the labels for this repository to agree with Hillary's list, but I didn't delete "help wanted" or 'good first issue" yet. I feel we could go ahead and delete them since we never use them, although at one point we discussed using those labels to try and lure in external contributors. Thoughts? |
Doesn't matter to me either way- it doesn't bother me having unused labels that we may or may not use in the future. |
I'm fine with leaving them in - we're much more likely to use them if they exist already. If we want to integrate with code.gov's "open tasks" to lure external contributors, we'll also need to add a |
Added the "code.gov" label and left the "good first issue" label in place. I think we can remove "help wanted" with the addition of "code.gov". I believe that the set of labels is good now. Going once... |
To capture for posterity, here's what we currently have - let's flesh out the descriptions a bit (specifically epic):
|
Are "question" and "need info" redundant? They feel redundant to me. |
So I have apprehensions about using terms like |
I think |
I updated the description for the "question" label to try to capture this distinction. What do you think @mcdonnnj? |
I think the updated description gives good distinction between the purposes/differences between the two. |
Have we reached a local maximum on these labels? Should we move forward with what we have or continue thinking them over? |
I say ship it- we can always tweak them later if we identify a need. |
The "This issue or pull request":
I'm OK with removing the "This issue or pull request" as long as we specify "(issues only)" or "(pull requests only)" where applicable, but my preference is to include the "This issue or pull request". |
That seems reasonable to me - I've run my label updater shebang on this repo and the dev guide:
If there are no other objections/alterations, I'll let 'er rip on the rest |
Will finish with the label roll-out after the holiday and write it up. 👍🏻 |
I updated the default labels here: https://github.com/organizations/cisagov/settings/repository-defaults and I'm working through the repos to make sure I don't strip out labels folks are using. |
Labels have been updated! Certain labels were excluded from this, mostly in repositories that have been archived or that are used by other groups in CISA and have specialized labels and/or labels already in use that would be destroyed and the references lost. Dependabot uses a default label of "dependencies" when it makes PRs. We can override that behavior in the I've got some documentation on how I did this process and will be adding it to the development guide. I'll link here and close the issue once that is done. |
If you go looking for a label that no longer exists, each PR and issue still records that it was once labeled that. If you sort by "last updated", then the label removals will float to the top. For cool-system issues, for example: https://github.com/cisagov/cool-system/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc |
@hillaryj What work is left to do for this issue? |
I have a PR to make with the labels config file and a doc on how to run the process, ETA Monday. I'll link it here. |
From PR #4, continuing discussion on labels.
We want to standardize on a set of labels org-wide for
cisagov
.Individual repos can then add additional labels if needed.
From @jsf9k:
From @felddy:
The text was updated successfully, but these errors were encountered: