It is just an idea ATM for a Python module to assist contacting (any) project's community. If you already know an existing project implementing it -- please let us know and file an issue!
Original ideas initially depicted in DataLad issue -- to provide easy ways to reach out project's community (bug report, support, discussion, chat) which might be spread out across various services, via a unified interface. So here we would like to provide
- some generic templates for projects to reuse (e.g. for github issues, etc) without requiring their custom ones
- automated fill out of portions of the reports (e.g. system information). Pretty much all tools have such facilities (e.g., datalad wtf) but require manual copy/pasting etc
- tooling to communicate with various platforms (e.g. github) to feed those templates into issues/PRs/etc
- possibly centralize (setuptools entry points) listing of community resources for installed Python projects
An additional idea which might not be the best fit here, since more inline with DueCredit project, is modular auto usage submission -- to annonimously and volunteraly provide project feedback on which functionality is used within the project.