-
Notifications
You must be signed in to change notification settings - Fork 23
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
How do projects join? #38
Comments
I think #42 is advocating that new projects be using |
Agreed |
In addition to requirements for projects that join (along the same line as #42), would it make sense for PyCQA to have some general recommendations and defaults? Background: #42 encouraged me to do some soul searching about isort's own branching strategy. Which has been following an adjusted git-flow workflow, with If so, and if it's helpful, as I look (or am told!) about ways that isort is inconsistent with other PyCQA projects, I can build up a catalog of these observations as candidates for PyCQA's new project suggested defaults, and then submit a PR here. |
So this gets back to some of my thoughts I think I may have expressed in #25. Namely, there's a continuous line along which "organizations" exist. On the one end, there's chaos, no standardization, and folks are loosely organized. That's close to where we are today I think. On the other end, there's lots of bureaucracy, possibly a foundation with a bunch of people getting paid to make technical direction decisions for enterprises. I created the PyCQA partly as a joke, partly because I needed to re-home Flake8 but didn't want it to be "my" project (or exist under my username to be more accurate), partly because I wanted to see a community form around the tools in the community. I've invited people and tried to make the organization fairly open and I think we've largely achieved that. I haven't had the appetite to try to create and impose standards on others and no one's really had the appetite to do that yet either it seems. I think that's served us well. The one thing we all have is a code of conduct. To be super-clear: Much of the lack of standardization/rules/etc. is due (probably?) to my just not being passionate enough to spend my time on it. If there were a consensus of people demanding it, I'd be open to it, but I wouldn't personally want to manage it. It's kind of like how I don't like that I'm basically the person that subjectively says "Yes you can enter the organization" mostly because I don't want a bunch of cruft hanging around and I haven't established a rule of "If you abandon your project, I will archive it (or add people to it that seem to want to maintain it)." and thus looking for active projects with maintainers that are popular has seemed to work out reasonably well for not having to think about that. I don't like dictatorships (benevolent or otherwise), and committees don't work in F/OSS either. In short, while I've offered and given access to different people, it always seems to fall back to me (whether that's getting folks invited and set-up here, or moderating [email protected], etc.). The (formerly known as) OpenStack Foundation seemed like a bureaucratic nightmare and pre-big tent was ridiculously hard to get projects into, and post-big tent way too easy to get projects into. To summarize:
|
I think in the long term even if we don't end up with a consistent set of standards or something similar, I would like the project maintainers under this umbrella to at least have some common place to meet and discuss ongoing issues (which is better than GH issues or the mailing list, I know we have an irc channel but that seems mostly abandoned), future plans and see if we can collaborate with each other on common pain points like config management, CLI options, packaging, multi platform support/testing strategies or cross project plugins (especially applicable to flake8 I guess). These are the kind of topics where I would love inputs from other people in the pycqa umbrella. Also IMHO, I think a lot of people use these tools in tandem and it would be amazing if we could figure out a way to offer a nice and consistent experience for tools that do go well together. Edit - #11 seems related. |
@samj1912 yeah, I've updated that. I think GitHub teams discussions could be an easy starting point here, but I don't know what folks think of that. There are also more options now (I think) than in 2016 |
Perhaps I should be clear about what my goals are in having this issue here:
|
A perfect example is https://mail.python.org/archives/list/[email protected]/thread/IKMO5EPFCRCZM4VMWY2FO3LVSIQBZEW6/ this is a brand new project that's very young and seems like it'll be abandoned or perhaps competes with another wider used tool |
I should also say that my philosophy when it comes to software is "No is temporary. Yes is forever" and I feel that's applicable here too. If I say yes and this project withers as I expect it too, then what do we do with it? Archive it? Transfer it back to the creator who probably won't want it? Meanwhile if I say No and this thrives and needs an org home, we can always accept it then and help the creator out. |
I mentioned this recently but I'm basically the only person who responds to requests to add things to the PyCQA and works on the process. There's room for automation around it and it would be good if it wasn't just me making decisions.
Vaguely my criteria thus far have been:
Is this a project that's been around a while (not a few months that no one's heard of and the author is trying to boost credibility) and might benefit from being able to not have a single person owning it
Is this project related to code quality in some way? (Linter, auto-formatting, etc.)
Do the folks involved seem like folks that might push others away?
The text was updated successfully, but these errors were encountered: