-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Organizing GitHub Issues #90
Comments
@nathany Thanks for stepping forward to lead this. We had one issue tracker at first and it didn't feel like a slam dunk. Issues and code go together and it's awkward to cross-link across repos. If you feel strongly I'm up for one issue tracker but I'm satisfied with the current two-issue-tracker setup. |
It's things like #80 and badges/buckler#24 that get me asking this. It feels like the issue of Retina/SVG really belongs over where image generation is happening, and a PR should eventually close that issue in that repo. So if we have issues in two places, I'd be inclined to migrate some over there and close them here, as well as update the contributing to ask that people look at the appropriate place. Alternatively... Using project pages so that there only is one repo could work really well (at least right now). For end users, it probably makes more sense if there's just one place to report issues. At least, in my personal experience, I've been unsure of where to submit an issue to rspec whereas rails makes it obvious. |
I could definitely see closing #80 in favor of badges/buckler#24. Since the web pages on http://shields.io/ basically don't exist right now we haven't had a clear sense of what belongs in this repo and what in that one (img.shields.io). I think as the over Shields project gains momentum the distinction will become more obvious, at least to those of us working on it. I expect we'll have to curate tickets from new contributors, moving them to the appropriate repo (similar to closing dupes). |
Just checked the rspec example. That's rather extreme: 12 repos prefixed with |
I'd be onboard for multiple repos, though I'd probably do it slightly differently than #91 (comment).
One thing I'm not certain about is if anyone is using what is now at https://github.com/gittip/img.shields.io-old outside of gittip.com? Speaking as the newb on the project, what I'd hope for an initial milestone is something like:
Followed by:
Then getting to web hooks immediately after. Hopefully different people can lead different parts, so someone can take on this API design stuff while other people are sorting out SVG/Retina on the library side. |
I wouldn't worry about this case. It only has one fork, which indicates that it is not heavily used. |
Okay, I've done the following:
Is that sufficient to close this ticket? |
This just got more interesting. It looks like most the action will be around the code at https://github.com/espadrine/gh-badges (and possibly https://github.com/cainus/shielded), while this repo is more focused on the website. We still have buckler there if memory efficiency becomes an issue, though I'm sure a Node.js solution will serve us well if we're careful in how we implement it. Time to tend the garden and cull these issues? |
I did what I reasonably could to clean up the issues and setup milestones here. We should be in pretty good shape. I'm gonna go ahead and close this for now. |
Ya might say. :-) |
Right now we have two sets of issues:
Do we want to try to have one repo with all the issues (using labels) or try to split them up to where the development is happening? (and use Contributing for guidance)
Beyond that, I'd like to see some Milestones.
The text was updated successfully, but these errors were encountered: