<br><br>On Friday, April 20, 2018, Donald Stufft <<a href="mailto:donald@stufft.io" target="_blank">donald@stufft.io</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Currently in the packaging space, we have a number of avenues for communication, which are:<br>
<br>
- distutils-sig<br>
- pypa-dev<br>
- virtualenv-users<br>
- Other project specific mailing lists<br>
- IRC<br>
- gitter<br>
- Various issue trackers spread across multiple platforms.<br>
- Probably more places I’m not remembering.</blockquote><div><br></div><div>Is there something like a collaboration plan with a decision tree / flow chart / list of what types of communications are best communicated on which platform?</div><div><br></div><div>GitHub Team Discussions [1]</div><div>- threaded</div><div>- editable</div><div>- trackbackable (I think?)</div><div>- @user notifications</div><div>- email replies</div><div>- cross-repo</div><div>- public / team-only</div><div>- Unfortunately, they're not real time like IRC/Gitter<br></div><div><br></div><div>[1] <a href="https://blog.github.com/2017-11-20-introducing-team-discussions/">https://blog.github.com/2017-11-20-introducing-team-discussions/</a></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
The result of this is that all discussion ends up being super fractured amongst the various places. Sometimes that is exactly what you want (for instance, someone who is working on the wheel specs probably doesn’t care about deprecation policy and internal module renaming in pip) and sometimes that ends up being the opposite of what you want (for instance, when you’re describing something that touches PyPI, setuptools, flit, pip, etc all at once).<br>
<br>
Theoretically the idea is that distutils-sig is where cross project reaching stuff goes, IRC/gitter is where real time discussion goes, and the various project mailing lists and issue trackers are where the project specific bits go. The problem is that often times doesn’t actually happen in practice except for the largest and most obvious of changes.</blockquote><div><br></div><div>"Please refer to the communications flowchart: [url]"</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
I think our current “communications stack” kind of sucks, and I’d love to figure out a better way for us to handle this that solves the sort of weird “independent but related” set of projects we have here.</blockquote><div><br></div><div>Do GitHub project boards help?</div><div><br></div><div>Team email and web notifications on GitHub work like this:</div><div>@pypa/core</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
>From my POV, a list of our major problems are:<br>
<br>
* Discussion gets fractured across a variety of platforms and locations, which can make it difficult to actually keep up with what’s going on but also to know how to loop in someone relevant if their input would be valuable. You have to more or less simultaneously know someone’s email, Github username, IRC nick, bitbucket username, etc to be able to bring threads of discussion to people’s attention.</blockquote><div><br></div><div>A collaboration plan might include this contact information for each team member</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
* It’s not always clear to users where a discussion should go, often times they’ll come to one location and need to get redirected to another location. If any discussion did happen in the incorrect location, it tends to need to get restarted in the new location (and depending on the specific platform, it may be impossible to actually redirect everyone over to the proper location, so you again, end up fractured with the discussion happening in two places).</blockquote><div><br></div><div>IDK how many times we've discussed upgrading mailman to add per message footer links to relayed messages. Google Groups has this feature on by default.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
* A lot of the technology in this stack is particularly old, and lacks a lot of the modern day affordances that newer things have. An example is being able to edit a discussion post to fix typos that can hinder the ability of others to actually understand whats being talked about. In your typical mailing list or IRC there’s no mechanism by which you can edit an already sent message, so your only option is to either let the problem ride and hope it doesn’t trip up too many people, or send an additional message to correct the error. However these show up as additional, later messages which someone might not even see until they’ve already been thoroughly confused by the first message (since people tend to read email/IRC in a linear fashion).</blockquote><div><br></div><div>Issues, Pull Requests, Wikis, and Team Discussions are all editable.</div><div><br></div><div>[EDIT]</div><div><br></div><div>I EDITED THIS.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
- There is a lot of things in this one, other things are things like being able to control in a more fine grained manner what email you’re going to get.</blockquote><div><br></div><div>One can unsubscribe from issue notifications</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
- Holy crap, formatting and typography to make things actually readable and not a big block of plaintext.</blockquote><div><br></div><div>This is a fenced code block in Markdown and GFM: (GitHub Flavored Markdown)</div><div><br></div><div>```python</div><div>__import__('this')</div><div>```</div><div> </div><div>These create a trackback on the mentioned issue:</div><div><br></div><div> #1</div><div> pypa/pip#1</div><div><br></div><div><br></div><div>This sends notifications to each mentioned user according to their GitHub notification settings:</div><div><br></div><div> /cc @westurner @dstufft @pypa/core</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
* We don’t have a clear way for users to get help, leaving users to treat random issues, discussion areas, etc as a support forum, rather than some place that’s actually optimized for that. Some of this ties back into some of the earlier things too, where it’s hard to actually redirect discussions </blockquote><div><br></div><div>- Search org/project/issues [2]</div><div>- Search stack overflow,</div><div>- Create an issue</div><div><br></div><div>[2] <a href="https://github.com/sindresorhus/refined-github">https://github.com/sindresorhus/refined-github</a></div><div><div style="color:rgb(34,34,34);font-size:14px">"Display possibly related issues on the 'New Issue' page"</div><div style="color:rgb(34,34,34);font-size:14px"><a href="https://github.com/sindresorhus/refined-github/pull/1188" target="_blank">https://github.com/<wbr>sindresorhus/refined-github/<wbr>pull/1188</a></div></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
These aren’t *new* problems, and often times the existing members of a community are the least effected becasue they’ve already spent effort learning the ins and outs and also curating a (typically custom) workflow that they’ve grown accustomed too. The problem with that is that often times that means that new users are left out, and the community gets smaller and smaller as time goes on as people leave and aren’t replaced with new blood, because they’re driven off but the issues with the stack.</blockquote><div><br></div><div>Is this in the contributing docs? In CONTRIBUTING.rst [3]</div><div><br></div><div>Are there standard ISSUE_TEMPLATE/name.md and PULL_REQUEST_TEMPLATE/name.md ? [3]</div><div><a href="https://github.com/joelparkerhenderson/github_special_files_and_paths">https://github.com/joelparkerhenderson/github_special_files_and_paths</a></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
A big part of the place this is coming from, is me sitting back and realizing that I tend to be drawn towards pulling discussions into Github issues rather than onto the varying mailing lists, not because that’s always the most appropriate place for it, but because it’s the least painful place in terms of features and functionality. I figure if I’m doing that, when I already have a significant investment in setting up tooling and being involved here, that others (and particularly new users) are likely feeling the same way.</blockquote><div><br></div><div>A bot that watches the [mailing lists,] and adds issue/PR trackbacks might be super useful.</div><div><br></div><div>Each service has information access optimizations that people like most. GitHub is designed for software development. These days, I send feature requests to <a href="mailto:support@github.com">support@github.com</a> with an "ENH: ..." subject line.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
- Donald<br>
<br>
______________________________<wbr>_________________<br>
Distutils-SIG maillist - <a href="mailto:Distutils-SIG@python.org" target="_blank">Distutils-SIG@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/distutils-sig" target="_blank">https://mail.python.org/mailma<wbr>n/listinfo/distutils-sig</a><br>
</blockquote>